MCPcopy
hub / github.com/davyxu/tabtoy / Len

Method Len

v2/printer/util.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (self *Stream) Len() int {
21 return self.buf.Len()
22}
23
24func (self *Stream) Buffer() *bytes.Buffer {
25 return &self.buf

Callers 2

writeTableBinaryFunction · 0.95
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected