Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
get
Method · 0.80
Tested by
no test coverage detected