Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ StaticLoader
Struct
StaticLoader
cmd/fe/main.go:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
type
StaticLoader
struct
{
233
path string
234
}
235
236
func
(l *StaticLoader) Reload() (
map
[string]string, error) {
237
b, err := ioutil.ReadFile(l.path)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected