Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ loadSyncModules
Function
loadSyncModules
app/src/main.tsx:77–81 ·
view source on GitHub ↗
加载同步初始化的模块
()
Source
from the content-addressed store, hash-verified
75
76
/** 加载同步初始化的模块 */
77
async function loadSyncModules() {
78
EdgeCollisionBoxGetter.init();
79
// SoundService.init();
80
MouseLocation.init();
81
}
82
83
/** 初始化认证状态:从持久化存储中恢复 session */
84
async function initAuth() {
Callers
1
main.tsx
File · 0.85
Calls
1
init
Method · 0.45
Tested by
no test coverage detected