Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jvilk/BrowserFS
/ close
Method
close
src/backend/HTML5FS.ts:140–142 ·
view source on GitHub ↗
(cb: BFSOneArgCallback)
Source
from the content-addressed store, hash-verified
138
}
139
140
public close(cb: BFSOneArgCallback): void {
141
this.sync(cb);
142
}
143
}
144
145
export
interface
HTML5FSOptions {
Callers
nothing calls this directly
Calls
1
sync
Method · 0.95
Tested by
no test coverage detected