MCPcopy Create free account
hub / github.com/cli/cli / String

Method String

pkg/surveyext/editor_test.go:266–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (f *teeWriter) String() string {
267 f.mu.Lock()
268 s := f.buf.String()
269 f.mu.Unlock()
270 return s
271}
272
273func (f *teeWriter) Reset() {
274 f.mu.Lock()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected