Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
275
func
(c *Configuration) Source() string {
276
return
c.sourceFile
277
}
278
279
func
(c *configFileSettings) Int(name string) (int, error) {
280
if
raw, ok := c.Settings[name]; ok {
Callers
5
getConfiguration
Function · 0.95
buildArgsForConfig
Function · 0.80
testURLCommand
Function · 0.80
StartServer
Function · 0.80
ReadConfigFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected