MCPcopy
hub / github.com/cloudflare/cloudflared / WriteString

Method WriteString

proxy/proxy_test.go:140–142  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

138}
139
140func (w *mockSSERespWriter) WriteString(str string) (int, error) {
141 return w.Write([]byte(str))
142}
143
144func (w *mockSSERespWriter) ReadBytes() []byte {
145 return <-w.writeNotification

Callers 8

MultiLineStringMethod · 0.80
ErrorMethod · 0.80
RawSystemInformationFunction · 0.80
HashMethod · 0.80
TestFileChangedFunction · 0.80
checkErrorsMethod · 0.80
HashMethod · 0.80

Calls 1

WriteMethod · 0.95

Tested by

no test coverage detected