MCPcopy Index your code
hub / github.com/StarpTech/FastGraph / has

Method has

src/test-utils.ts:212–214  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

210 return super.get(key.toLowerCase())
211 }
212 has(key: string) {
213 return super.has(key.toLowerCase())
214 }
215 set(key: string, value: string) {
216 return super.set(key.toLowerCase(), value)
217 }

Callers 2

NewKVNamespaceFunction · 0.80
hasIntersectedTypesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected