Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yusing/godoxy
/ HasState
Function
HasState
internal/config/state.go:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
func
HasState() bool {
106
return
config.ActiveState.Load() != nil
107
}
108
109
func
Value() *config.Config {
110
return
config.ActiveState.Load().Value()
Callers
1
Load
Function · 0.85
Calls
1
Load
Method · 0.80
Tested by
no test coverage detected