Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ Close
Method
Close
testutil/expecter/stdbuf.go:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
func
(b *stdbuf) Close() error {
103
return
b.closeErr(nil)
104
}
105
106
func
(b *stdbuf) closeErr(err error) error {
107
b.mu.Lock()
Callers
nothing calls this directly
Calls
1
closeErr
Method · 0.95
Tested by
no test coverage detected