MCPcopy Index your code
hub / github.com/VirusTotal/vt-cli / StringReader

Interface StringReader

utils/string_reader.go:25–27  ·  view source on GitHub ↗

StringReader is the interface that wraps the ReadString method.

Source from the content-addressed store, hash-verified

23
24// StringReader is the interface that wraps the ReadString method.
25type StringReader interface {
26 ReadString() (string, error)
27}
28
29// StringArrayReader is a wrapper around a slice of strings that implements
30// the StringReader interface. Each time the ReadString method is called a

Callers 7

ReadStringMethod · 0.65
ReadStringMethod · 0.65
rawFromReaderFunction · 0.65
descriptorsFromReaderFunction · 0.65
DownloadMethod · 0.65

Implementers 4

StringArrayReaderutils/string_reader.go
StringIOReaderutils/string_reader.go
FilteredStringReaderutils/string_reader.go
MappedStringReaderutils/string_reader.go

Calls

no outgoing calls

Tested by

no test coverage detected