MCPcopy Create free account
hub / github.com/coder/aibridge / Write

Method Write

intercept/responses/base.go:398–402  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

396}
397
398func (d *deltaBuffer) Write(p []byte) (int, error) {
399 d.mu.Lock()
400 defer d.mu.Unlock()
401 return d.buf.Write(p)
402}
403
404// readDelta returns only the bytes appended
405// after the last readDelta call.

Callers 15

TestPassthroughRoutesFunction · 0.45
sendCustomErrMethod · 0.45
forwardRespMethod · 0.45
StartMethod · 0.45
encodeForStreamMethod · 0.45
writeUpstreamErrorMethod · 0.45
ProcessRequestMethod · 0.45
initMethod · 0.45
ReadMethod · 0.45
dumpRequestMethod · 0.45

Calls

no outgoing calls