Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ hasCchPlaceholder
Function
hasCchPlaceholder
src/utils/cch.ts:26–28 ·
view source on GitHub ↗
(body: string)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
hasCchPlaceholder(body: string): boolean {
27
return
body.includes(CCH_PLACEHOLDER)
28
}
Callers
1
buildFetch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected