MCPcopy 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
102func (b *stdbuf) Close() error {
103 return b.closeErr(nil)
104}
105
106func (b *stdbuf) closeErr(err error) error {
107 b.mu.Lock()

Callers

nothing calls this directly

Calls 1

closeErrMethod · 0.95

Tested by

no test coverage detected