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

Function getOrphanedAtPath

src/utils/plugins/cacheUtils.ts:118–120  ·  view source on GitHub ↗
(versionPath: string)

Source from the content-addressed store, hash-verified

116}
117
118function getOrphanedAtPath(versionPath: string): string {
119 return join(versionPath, ORPHANED_AT_FILENAME)
120}
121
122async function removeOrphanedAtMarker(versionPath: string): Promise<void> {
123 const orphanedAtPath = getOrphanedAtPath(versionPath)

Callers 3

removeOrphanedAtMarkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected