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

Method Fullpath

logger/configuration.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (fc *FileConfig) Fullpath() string {
29 return filepath.Join(fc.Dirname, fc.Filename)
30}
31
32type RollingConfig struct {
33 Dirname string

Callers 1

createFileWriterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected