MCPcopy Index your code
hub / github.com/codehamr/codehamr / totalBytes

Method totalBytes

internal/tools/bash.go:275–277  ·  view source on GitHub ↗

totalBytes is the full combined output size as written, kept or not.

()

Source from the content-addressed store, hash-verified

273
274// totalBytes is the full combined output size as written, kept or not.
275func (w *headTailBuffer) totalBytes() int64 {
276 return int64(len(w.head)) + w.tailBytes
277}
278
279// String reassembles head + tail. The in-band seam marker keeps the two
280// halves from reading as contiguous; the accurate size report lives in the

Callers 1

BashFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected