MCPcopy Index your code
hub / github.com/cube2222/octosql / String

Method String

parser/sqlparser/dependency/bytes2/buffer.go:64–66  ·  view source on GitHub ↗

Strings is equivalent to bytes.Buffer.Strings.

()

Source from the content-addressed store, hash-verified

62
63// Strings is equivalent to bytes.Buffer.Strings.
64func (buf *Buffer) String() string {
65 return string(buf.bytes)
66}
67
68// Len is equivalent to bytes.Buffer.Len.
69func (buf *Buffer) Len() int {

Callers 5

ErrorMethod · 0.95
scanIdentifierMethod · 0.95
TestBufferFunction · 0.95
TestEncodeFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestBufferFunction · 0.76
TestEncodeFunction · 0.76