MCPcopy 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
280func loadAsyncCheckEngine() {
281 logger.Infoln("loading asynchronous check engine")
282
283 // start asynchronous check engine
284 go async.NewAsyncCheckEngine().Start()
285}

Callers 1

StartMethod · 0.85

Calls 3

InfolnFunction · 0.92
NewAsyncCheckEngineFunction · 0.92
StartMethod · 0.45

Tested by

no test coverage detected