Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aur0ra-m/APIKiller
/ loadAsyncCheckEngine
Function
loadAsyncCheckEngine
internal/runner/runner.go:280–285 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
}
279
280
func
loadAsyncCheckEngine() {
281
logger.Infoln(
"loading asynchronous check engine"
)
282
283
// start asynchronous check engine
284
go
async.NewAsyncCheckEngine().Start()
285
}
Callers
1
Start
Method · 0.85
Calls
3
Infoln
Function · 0.92
NewAsyncCheckEngine
Function · 0.92
Start
Method · 0.45
Tested by
no test coverage detected