MCPcopy
hub / github.com/jaeles-project/gospider / WriteToFile

Method WriteToFile

core/output.go:26–30  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

24}
25
26func (o *Output) WriteToFile(msg string) {
27 o.mu.Lock()
28 defer o.mu.Unlock()
29 _, _ = o.f.WriteString(msg + "\n")
30}
31
32func (o *Output) Close() {
33 o.f.Close()

Callers 8

runFunction · 0.80
feedLinkfinderMethod · 0.80
StartMethod · 0.80
findSubdomainsMethod · 0.80
findAWSS3Method · 0.80
setupLinkFinderMethod · 0.80
ParseRobotsFunction · 0.80
ParseSiteMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected