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

Function isProjectConfigKey

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

Source from the content-addressed store, hash-verified

790}
791
792export function isProjectConfigKey(key: string): key is ProjectConfigKey {
793 return PROJECT_CONFIG_KEYS.includes(key as ProjectConfigKey)
794}
795
796/**
797 * 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