MCPcopy Index your code
hub / github.com/jetify-com/devbox / LoadRecursive

Method LoadRecursive

internal/devconfig/config.go:227–229  ·  view source on GitHub ↗
(lockfile *lock.File)

Source from the content-addressed store, hash-verified

225}
226
227func (c *Config) LoadRecursive(lockfile *lock.File) error {
228 return c.loadRecursive(lockfile, map[string]bool{}, "" /*cyclePath*/)
229}
230
231// loadRecursive loads all the included plugins and their included plugins, etc.
232// seen should be a cloned map because loading plugins twice is allowed if they

Callers 4

OpenFunction · 0.95
ensureStateIsUpToDateMethod · 0.80

Calls 1

loadRecursiveMethod · 0.95