Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ printRuntime
Function
printRuntime
cmd/super/compile/shared.go:145–147 ·
view source on GitHub ↗
(r exec.Runtime)
Source
from the content-addressed store, hash-verified
143
}
144
145
func
printRuntime(r exec.Runtime) {
146
fmt.Fprintf(os.Stderr,
"runtime: %s\n"
, r)
147
}
Callers
1
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected