MCPcopy Create free account
hub / github.com/Shopify/goose / Len

Method Len

shell/shell_test.go:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (b *syncBuffer) Len() int {
82 b.L.Lock()
83 defer b.L.Unlock()
84 return b.b.Len()
85}
86
87func (b *syncBuffer) String() string {
88 b.L.Lock()

Callers 1

TestCommandRunNoWaitFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected