Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ final
Method
final
lib/cache/sqlite-cache-store.js:336–339 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
334
callback()
335
},
336
final (callback) {
337
store.set(key, { ...value, body })
338
callback()
339
}
340
})
341
}
342
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected