Searched defs:shellShared (Results 1 – 1 of 1) sorted by relevance
36 *shellShared // per-Builder state shared across Shells anonMember41 type shellShared struct { struct42 workDir string // $WORK, immutable44 printLock sync.Mutex45 printFunc func(args ...any) (int, error)46 scriptDir string // current directory in printed script48 mkdirCache par.Cache[string, error] // a cache of created directories