Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 空树结构
27
const
emptyTree = <T extends ConfigItemBase>(): ConfigTree<T> => ({
28
items: [],
29
folders: []
30
})
31
32
// 初始设置
33
const
initialSettings: Settings = {
Callers
1
settingsStore.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected