Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethanniser/the-beth-stack
/
Class
packages/beth-stack/src/cache/new-persist.ts:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
}
95
class
BethJsonCache implements StoredCache {
96
private db: Database;
97
constructor() {
98
if
(existsSync(
"beth-cache.sqlite"
)) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected