MCPcopy Create free account
hub / github.com/continuedev/continue / loadIsolated

Function loadIsolated

extensions/cli/src/hooks/hooks.test.ts:163–165  ·  view source on GitHub ↗
(cwd?: string)

Source from the content-addressed store, hash-verified

161
162 // Helper: call loadHooksConfig with isolated homeDir and project cwd
163 function loadIsolated(cwd?: string) {
164 return loadHooksConfig(cwd ?? projectDir, fakeHome);
165 }
166
167 it("returns empty config when no settings files exist", () => {
168 const result = loadIsolated();

Callers 1

hooks.test.tsFile · 0.85

Calls 1

loadHooksConfigFunction · 0.85

Tested by

no test coverage detected