Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
func
(o *Output) WriteToFile(msg string) {
27
o.mu.Lock()
28
defer
o.mu.Unlock()
29
_, _ = o.f.WriteString(msg +
"\n"
)
30
}
31
32
func
(o *Output) Close() {
33
o.f.Close()
Callers
8
run
Function · 0.80
feedLinkfinder
Method · 0.80
Start
Method · 0.80
findSubdomains
Method · 0.80
findAWSS3
Method · 0.80
setupLinkFinder
Method · 0.80
ParseRobots
Function · 0.80
ParseSiteMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected