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

Function getRepoClassCached

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

Source from the content-addressed store, hash-verified

96 * Returns null if the async check hasn't run yet.
97 */
98export function getRepoClassCached(): 'internal' | 'external' | 'none' | null {
99 return repoClassCache
100}
101
102/**
103 * Synchronously return the cached result of isInternalModelRepo().

Callers 1

isUndercoverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected