MCPcopy
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/** 加载同步初始化的模块 */
77async function loadSyncModules() {
78 EdgeCollisionBoxGetter.init();
79 // SoundService.init();
80 MouseLocation.init();
81}
82
83/** 初始化认证状态:从持久化存储中恢复 session */
84async function initAuth() {

Callers 1

main.tsxFile · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected