Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/
Class
js/botasaurus-js/src/botasaurus-storage.ts:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
JSONStorageBackend {
21
private jsonPath: string;
22
private tempPath: string;
23
private jsonData: Record<string, any>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected