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

Function FindIncludes

expr/include.go:19–21  ·  view source on GitHub ↗

FindIncludes recursively descend down a node looking for all Include identities

(node Node)

Source from the content-addressed store, hash-verified

17
18// FindIncludes recursively descend down a node looking for all Include identities
19func FindIncludes(node Node) []string {
20 return findAllIncludes(node, nil)
21}
22
23// InlineIncludes take an expression and resolve any includes so that
24// the included expression is "Inline"

Callers 2

TestFindIncludesFunction · 0.92
IncludesMethod · 0.92

Calls 1

findAllIncludesFunction · 0.85

Tested by 1

TestFindIncludesFunction · 0.74