MCPcopy Create free account
hub / github.com/chainreactors/spray / saveStat

Method saveStat

core/runner.go:479–484  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

477}
478
479func (r *Runner) saveStat(content string) {
480 if r.StatFile != nil {
481 r.StatFile.SafeWrite(content)
482 r.StatFile.SafeSync()
483 }
484}
485
486func (r *Runner) Output(bl *baseline.Baseline) {
487 r.outputMu.Lock()

Callers 3

RunWithBruteMethod · 0.95
RunWithCheckMethod · 0.95
PrintStatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected