MCPcopy 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
33func statePath() string {
34 return filepath.Join(core.GetBaseConfigDir(), stateFile)
35}
36
37func ReadState() (*SkillsState, bool, error) {
38 data, err := vfs.ReadFile(statePath())

Callers 2

ReadStateFunction · 0.70
WriteStateFunction · 0.70

Calls 1

GetBaseConfigDirFunction · 0.92

Tested by

no test coverage detected