Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jvilk/BrowserFS
/ IBrowserFSMessage
Interface
IBrowserFSMessage
src/backend/WorkerFS.ts:19–21 ·
view source on GitHub ↗
* @hidden
Source
from the content-addressed store, hash-verified
17
* @hidden
18
*/
19
interface
IBrowserFSMessage {
20
browserfsMessage: boolean;
21
}
22
23
/**
24
* @hidden
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected