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

Method ReadString

utils/string_reader.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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