Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ ensureDir
Method
ensureDir
packages/sync/src/data-source-manager.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
private ensureDir(): void {
52
fs.mkdirSync(this.configDir, { recursive: true })
53
}
54
55
// ==================== Load / Save ====================
56
Callers
1
saveAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected