MCPcopy
hub / github.com/tuna/tunasync / LogFile

Method LogFile

worker/docker.go:113–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (d *dockerHook) LogFile() string {
114 p := d.provider
115 ctx := p.Context()
116 if iv, ok := ctx.Get(_LogFileKey + ":docker"); ok {
117 v := iv.(string)
118 return v
119 }
120 return p.LogFile()
121}
122
123func (d *dockerHook) Name() string {
124 p := d.provider

Callers

nothing calls this directly

Calls 3

ContextMethod · 0.65
GetMethod · 0.65
LogFileMethod · 0.65

Tested by

no test coverage detected