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

Function match

src/test-utils.ts:26–28  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

24 const cache = {
25 // @ts-ignore
26 match(req) {
27 return store.get(req.url)
28 },
29 // @ts-ignore
30 put(req, res) {
31 store.set(req.url, res)

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected