Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Run
Method
Run
exec/executor.go:388–390 ·
view source on GitHub ↗
Run this task
()
Source
from the content-addressed store, hash-verified
386
387
// Run this task
388
func
(m *JobExecutor) Run() error {
389
return
m.RootTask.Run()
390
}
391
392
// Close the normal close of root task
393
func
(m *JobExecutor) Close() error {
Callers
nothing calls this directly
Calls
1
Run
Method · 0.65
Tested by
no test coverage detected