MCPcopy Create free account
hub / github.com/docker/docker-agent / eventBufferSize

Function eventBufferSize

pkg/embeddedchat/embeddedchat.go:333–338  ·  view source on GitHub ↗
(configured int)

Source from the content-addressed store, hash-verified

331}
332
333func eventBufferSize(configured int) int {
334 if configured > 0 {
335 return configured
336 }
337 return defaultEventBuffer
338}
339
340// TranslateRuntimeEvent translates content-bearing runtime events into the
341// compact Event shape used by embedded chat UIs.

Callers 1

SendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected