MCPcopy Create free account
hub / github.com/segmentio/encoding / ReadString

Method ReadString

thrift/protocol.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 ReadFloat64() (float64, error)
44 ReadBytes() ([]byte, error)
45 ReadString() (string, error)
46 ReadLength() (int, error)
47 ReadMessage() (Message, error)
48 ReadField() (Field, error)

Callers 2

ReadStringMethod · 0.65
decodeStringFunction · 0.65

Implementers 3

debugReaderthrift/debug.go
binaryReaderthrift/binary.go
compactReaderthrift/compact.go

Calls

no outgoing calls

Tested by

no test coverage detected