MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / getTrustStorePath

Function getTrustStorePath

src/config/settings.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101function getTrustStorePath(): string {
102 return path.join(getConfigDir(), "hook-trust.json")
103}
104
105/** Normalized project hooks (known events only), or undefined if none. */
106function readProjectHooks(cwd: string): HooksConfig | undefined {

Callers 2

isProjectHooksTrustedFunction · 0.85
trustProjectHooksFunction · 0.85

Calls 1

getConfigDirFunction · 0.85

Tested by

no test coverage detected