Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/undici
/ close
Method
close
lib/cache/sqlite-cache-store.js:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
close () {
227
this.#db.close()
228
}
229
230
/**
231
* @param {
import
(
'../../types/cache-interceptor.d.ts'
).default.CacheKey} key
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected