MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isInternalModelRepoCached

Function isInternalModelRepoCached

src/utils/commitAttribution.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 * Returns false if the check hasn't run yet (safe default: don't leak).
105 */
106export function isInternalModelRepoCached(): boolean {
107 return repoClassCache === 'internal'
108}
109
110/**
111 * Check if the current repo is in the allowlist for internal model names.

Callers 1

getAttributionTextsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected