Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
func
(r *runner) Info() (os.FileInfo, error) {
56
return
os.Stat(r.bin)
57
}
58
59
func
(r *runner) SetWriter(writer io.Writer) {
60
r.writer = writer
Callers
1
needsRefresh
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected