MCPcopy Create free account
hub / github.com/araddon/qlbridge / FindAllIdentities

Function FindAllIdentities

expr/node.go:368–371  ·  view source on GitHub ↗

FindAllIdentities gets all identity

(node Node)

Source from the content-addressed store, hash-verified

366
367// FindAllIdentities gets all identity
368func FindAllIdentities(node Node) IdentityNodes {
369 in := make(IdentityNodes, 0)
370 return findIdentities(node, in)
371}
372func findIdentities(node Node, l IdentityNodes) IdentityNodes {
373 switch n := node.(type) {
374 case *IdentityNode:

Callers 1

rewriteIntoProjectionFunction · 0.92

Calls 1

findIdentitiesFunction · 0.85

Tested by

no test coverage detected