MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / loadListConfig

Method loadListConfig

modules/clibridge/admin_api.go:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (m *CLIBridgeModule) loadListConfig() listConfig {
19 var lc listConfig
20 m.plug.ReadIntoStruct(listConfigKey, &lc)
21 return lc
22}
23
24func (m *CLIBridgeModule) saveListConfig(lc listConfig) error {
25 return m.plug.WriteStruct(listConfigKey, lc)

Callers 3

apiGetConfigMethod · 0.95
getAllowedToolsMethod · 0.95
getAllowedPathsMethod · 0.95

Calls 1

ReadIntoStructMethod · 0.80

Tested by

no test coverage detected