MCPcopy
hub / github.com/shadow1ng/fscan / Write

Method Write

common/output/types.go:40–40  ·  view source on GitHub ↗
(result *ScanResult)

Source from the content-addressed store, hash-verified

38// Writer 输出写入器接口
39type Writer interface {
40 Write(result *ScanResult) error
41 WriteHeader() error
42 Flush() error
43 Close() error

Callers 15

writeCSVFunction · 0.95
ExportMethod · 0.95
icmpaliveFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
CloseMethod · 0.65
WriteMethod · 0.65
writeSectionMethod · 0.65
WriteResultMethod · 0.65
SaveResultMethod · 0.65
sendConnectRequestMethod · 0.65

Implementers 3

TXTWritercommon/output/writers.go
JSONWritercommon/output/writers.go
CSVWritercommon/output/writers.go

Calls

no outgoing calls

Tested by 1

startMS17010FakeServerFunction · 0.52