MCPcopy Create free account
hub / github.com/53AI/53AIHub / WriteString

Method WriteString

api/controller/relay/relay_agent.go:1173–1176  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1171}
1172
1173func (w *GinResponseRecorder) WriteString(s string) (int, error) {
1174 w.Body.WriteString(s)
1175 return len(s), nil
1176}
1177
1178func (w *GinResponseRecorder) WriteHeader(statusCode int) {
1179 w.responseStatus = statusCode

Callers 15

formatHeadersRedactedFunction · 0.80
CollectMethod · 0.80
WriteMethod · 0.80
processSSEEventMethod · 0.80
queueLLMDeltaMethod · 0.80
AddMethod · 0.80
drainMethod · 0.80
queueToolLogDeltaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected