MCPcopy
hub / github.com/nextlevelbuilder/goclaw / String

Method String

internal/tools/shell.go:728–734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726}
727
728func (lb *limitedBuffer) String() string {
729 s := lb.buf.String()
730 if lb.truncated {
731 s += "\n[output truncated at 1MB]"
732 }
733 return s
734}
735
736func (lb *limitedBuffer) Len() int { return lb.buf.Len() }

Calls

no outgoing calls