MCPcopy Create free account
hub / github.com/tiann/hapi / resetHapiHome

Function resetHapiHome

cli/src/opencode/utils/hookPlugin.test.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function resetHapiHome(): void {
39 delete (globalThis as { __hapiHomeStub?: string }).__hapiHomeStub;
40}
41
42describe('buildPluginSource (via ensureOpencodeHookPlugin)', () => {
43 let tempRoot: string;

Callers 1

hookPlugin.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected