Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PleasureTools/joyBox
/ IsDataMounted
Method
IsDataMounted
backend/Src/main.ts:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
}
231
232
public IsDataMounted(): boolean {
233
return
fs.existsSync(DATA_FOLDER);
234
}
235
236
public InitializeDb(): void {
237
this.storage.Initialize(this.pluginManager.Plugins.map(x => x.name));
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected