MCPcopy Create free account
hub / github.com/cheikhshift/cleo / NetStart

Function NetStart

application.go:979–990  ·  view source on GitHub ↗
(test Test)

Source from the content-addressed store, hash-verified

977
978//
979func NetStart(test Test) (done bool) {
980
981 test.Working = true
982 test.Start = time.Now()
983 UpdateTest(test)
984 SaveConfig()
985 runtime.GOMAXPROCS(runtime.NumCPU() + Mset.Settings.Threads)
986 go TestFrame(test)
987 done = true
988 return
989
990}
991
992//
993func NetCancel(test Test) (done bool) {

Callers 1

mainFunction · 0.85

Calls 3

UpdateTestFunction · 0.85
SaveConfigFunction · 0.85
TestFrameFunction · 0.85

Tested by

no test coverage detected