MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / GetConfig

Method GetConfig

config/manager.go:63–65  ·  view source on GitHub ↗

GetConfig reads the yaml file from the disk

()

Source from the content-addressed store, hash-verified

61
62// GetConfig reads the yaml file from the disk
63func (m *FileManager) GetConfig() (Root, error) {
64 return m.ReadConfig(m.configPath, m.log)
65}
66
67// Shutdown stops the watcher
68func (m *FileManager) Shutdown() {

Callers 2

StartMethod · 0.95
WatcherItemDidChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected