MCPcopy 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
26export function hasCchPlaceholder(body: string): boolean {
27 return body.includes(CCH_PLACEHOLDER)
28}

Callers 1

buildFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected