MCPcopy Create free account
hub / github.com/experdot/pointer / emptyTree

Function emptyTree

src/renderer/src/stores/settingsStore.ts:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26// 空树结构
27const emptyTree = <T extends ConfigItemBase>(): ConfigTree<T> => ({
28 items: [],
29 folders: []
30})
31
32// 初始设置
33const initialSettings: Settings = {

Callers 1

settingsStore.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected