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

Struct StringIOReader

utils/string_reader.go:56–58  ·  view source on GitHub ↗

StringIOReader is a wrapper around a bufio.Scanner that implements the StringReader interface.

Source from the content-addressed store, hash-verified

54// StringIOReader is a wrapper around a bufio.Scanner that implements the
55// StringReader interface.
56type StringIOReader struct {
57 scanner *bufio.Scanner
58}
59
60// NewStringIOReader creates a new StringIOReader.
61func NewStringIOReader(r io.Reader) *StringIOReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected