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

Function getProjectSettingsPath

src/config/settings.ts:97–99  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

95// project path + a hash of the hooks, so changing the hooks re-prompts.
96
97function getProjectSettingsPath(cwd: string): string {
98 return path.join(cwd, ".orbcode", "settings.json")
99}
100
101function getTrustStorePath(): string {
102 return path.join(getConfigDir(), "hook-trust.json")

Callers 1

readProjectHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected