Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/robfig/cron
/ DummyJob
Struct
DummyJob
cron_test.go:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
type
DummyJob
struct
{}
61
62
func
(d DummyJob) Run() {
63
panic(
"YOLO"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected