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

Method set

src/test-utils.ts:215–217  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

213 return super.has(key.toLowerCase())
214 }
215 set(key: string, value: string) {
216 return super.set(key.toLowerCase(), value)
217 }
218 append(key: string, val: string) {
219 let prev = this.get(key) || ''
220 if (prev) prev += ', '

Callers 6

appendMethod · 0.95
putFunction · 0.80
NewKVNamespaceFunction · 0.80
getClientSchemaFunction · 0.80
apq.test.tsFile · 0.80
graphql.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected