MCPcopy Index your code
hub / github.com/codegangsta/gin / Info

Method Info

lib/runner.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (r *runner) Info() (os.FileInfo, error) {
56 return os.Stat(r.bin)
57}
58
59func (r *runner) SetWriter(writer io.Writer) {
60 r.writer = writer

Callers 1

needsRefreshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected