MCPcopy
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
105func HasState() bool {
106 return config.ActiveState.Load() != nil
107}
108
109func Value() *config.Config {
110 return config.ActiveState.Load().Value()

Callers 1

LoadFunction · 0.85

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected