Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
140
func
(w *mockSSERespWriter) WriteString(str string) (int, error) {
141
return
w.Write([]byte(str))
142
}
143
144
func
(w *mockSSERespWriter) ReadBytes() []byte {
145
return
<-w.writeNotification
Callers
8
MultiLineString
Method · 0.80
Error
Method · 0.80
rawNetworkInformationWriter
Function · 0.80
RawSystemInformation
Function · 0.80
Hash
Method · 0.80
TestFileChanged
Function · 0.80
checkErrors
Method · 0.80
Hash
Method · 0.80
Calls
1
Write
Method · 0.95
Tested by
no test coverage detected