Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for substructures (0.09 sec)

  1. plugin/pkg/auth/authorizer/node/graph_test.go

    				return g
    			}(),
    		},
    	}
    	for _, c := range cases {
    		t.Run(c.desc, func(t *testing.T) {
    			c.start.deleteEdges_locked(c.fromType, c.toType, c.toNamespace, c.toName)
    
    			// Note: We assert on substructures (graph.Nodes(), graph.Edges()) because the graph tracks
    			// freed IDs for reuse, which results in an irrelevant inequality between start and expect.
    
    			// sort the nodes by ID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:14:19 UTC 2022
    - 12.3K bytes
    - Viewed (0)
Back to top