Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ close
Method
close
packages/dofs/src/testing.ts:72–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
close(): void {
73
// StatementSync instances are released when the database closes.
74
this.cache.clear();
75
this.db.close();
76
}
77
}
78
79
// node:sqlite is strict about input shapes: it accepts strings, numbers,
Callers
10
withFs
Function · 0.95
withDB
Function · 0.95
withTwoDBs
Function · 0.95
fixture
Function · 0.95
makePeer
Function · 0.95
makePeer
Function · 0.95
makeReceiverWithSpy
Function · 0.95
startHarness
Function · 0.95
startCompositeHarness
Function · 0.95
main
Function · 0.95
Calls
2
clear
Method · 0.65
close
Method · 0.65
Tested by
6
withFs
Function · 0.76
fixture
Function · 0.76
makePeer
Function · 0.76
makeReceiverWithSpy
Function · 0.76
startHarness
Function · 0.76
startCompositeHarness
Function · 0.76