Searched defs:instructionsNode (Results 1 – 1 of 1) sorted by relevance
48 type instructionsNode struct { struct49 name string50 excluded bool // If false, this is just an intermediate node51 children map[string]*instructionsNode66 func ensureNodeExists(root *instructionsNode, path string) *instructionsNode {287 func plantSymlinkForestRecursive(context *symlinkForestContext, instructions *instructionsNode, for…