Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
func
(b *syncBuffer) Len() int {
82
b.L.Lock()
83
defer
b.L.Unlock()
84
return
b.b.Len()
85
}
86
87
func
(b *syncBuffer) String() string {
88
b.L.Lock()
Callers
1
TestCommandRunNoWait
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected