MCPcopy
hub / github.com/cloudflare/cloudflared / GetConfiguration

Function GetConfiguration

config/configuration.go:377–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375var configuration configFileSettings
376
377func GetConfiguration() *Configuration {
378 return &configuration.Configuration
379}
380
381// ReadConfigFile returns InputSourceContext initialized from the configuration file.
382// On repeat calls returns with the same file, returns without reading the file again; however,

Callers 6

getConfigurationFunction · 0.92
testURLCommandFunction · 0.92
TunnelCommandFunction · 0.92
StartServerFunction · 0.92
prepareTunnelConfigFunction · 0.92
runCommandFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected