Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/larksuite/cli
/ statePath
Function
statePath
internal/skillscheck/state.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
statePath() string {
34
return
filepath.Join(core.GetBaseConfigDir(), stateFile)
35
}
36
37
func
ReadState() (*SkillsState, bool, error) {
38
data, err := vfs.ReadFile(statePath())
Callers
2
ReadState
Function · 0.70
WriteState
Function · 0.70
Calls
1
GetBaseConfigDir
Function · 0.92
Tested by
no test coverage detected