MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getUserConfigBasePath

Function getUserConfigBasePath

packages/plugin/src/config/index.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42// silently using schema defaults (which would re-enable features the user's real
43// config disabled). See resolveLegacyReadFallback.
44function getUserConfigBasePath(): string {
45 return cortexKitUserConfigBasePath();
46}
47
48function getProjectConfigBasePath(directory: string): string {
49 return cortexKitProjectConfigBasePath(directory);

Callers 1

loadPluginConfigDetailedFunction · 0.85

Calls 1

Tested by

no test coverage detected