MCPcopy Index your code
hub / github.com/graphif/project-graph / init

Function init

app/src/core/service/dataFileService/RecentFileManager.tsx:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 };
20
21 export async function init() {
22 store = await createStore("recent-files2.json");
23 await store.save();
24 }
25
26 /**
27 * 增加一个最近打开的文件

Callers

nothing calls this directly

Calls 2

createStoreFunction · 0.90
saveMethod · 0.45

Tested by

no test coverage detected