MCPcopy Index your code
hub / github.com/docker/docker-agent / Len

Method Len

pkg/tui/cmdbatch/batch.go:66–68  ·  view source on GitHub ↗

Len returns the number of commands in the batch.

()

Source from the content-addressed store, hash-verified

64
65// Len returns the number of commands in the batch.
66func (b *Builder) Len() int {
67 return len(b.cmds)
68}

Callers 15

RenderTranscriptFunction · 0.95
breakWordFunction · 0.95
wrapTextWithIndentFunction · 0.95
WrapLinesWordsFunction · 0.95
renderFunction · 0.95
tokenizeForWordDiffFunction · 0.95
safeTestNameFunction · 0.95
TestNameFromPathFunction · 0.95
UnmarshalJSONMethod · 0.95

Calls

no outgoing calls