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

Method Source

config/configuration.go:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (c *Configuration) Source() string {
276 return c.sourceFile
277}
278
279func (c *configFileSettings) Int(name string) (int, error) {
280 if raw, ok := c.Settings[name]; ok {

Callers 5

getConfigurationFunction · 0.95
buildArgsForConfigFunction · 0.80
testURLCommandFunction · 0.80
StartServerFunction · 0.80
ReadConfigFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected