Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ config
Struct
config
hconfig/hconfig.go:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
config
struct
{
11
opts *options
12
cache *sync.Map
13
watcher hconf.DataWatcher
14
}
15
type
HConfig
interface
{
16
Load() error
17
Get(key string) (HVal, error)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected