Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeVertex_locked (0.12 sec)

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

    		}
    		return true
    	})
    
    	// remove the vertex
    	g.removeVertex_locked(vertex)
    
    	// remove neighbors that are now edgeless
    	for _, neighbor := range neighborsToRemove {
    		g.removeVertex_locked(neighbor.(*namedVertex))
    	}
    
    	// remove edges from destination indexes for neighbors that dropped outbound edges
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top