MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isProjectConfigKey

Function isProjectConfigKey

src/utils/config.ts:772–774  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

770}
771
772export function isProjectConfigKey(key: string): key is ProjectConfigKey {
773 return PROJECT_CONFIG_KEYS.includes(key as ProjectConfigKey)
774}
775
776/**
777 * Detect whether writing `fresh` would lose auth/onboarding state that the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected