MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / configFilePath

Method configFilePath

internal/ipsentinel/nodehandler.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (h *NodeHandler) configFilePath() string {
33 return filepath.Join(h.dataDir, "ip_sentinel_config.json")
34}
35
36func (h *NodeHandler) loadConfig() (Config, error) {
37 h.cfgMu.RLock()

Callers 2

loadConfigMethod · 0.95
saveConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected