Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
function
resetHapiHome(): void {
39
delete (globalThis as { __hapiHomeStub?: string }).__hapiHomeStub;
40
}
41
42
describe(
'buildPluginSource (via ensureOpencodeHookPlugin)'
, () => {
43
let
tempRoot: string;
Callers
1
hookPlugin.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected