MCPcopy Index your code
hub / github.com/coder/agentapi / EventEmitterOption

FuncType EventEmitterOption

lib/httpapi/events.go:100–100  ·  view source on GitHub ↗
func(*EventEmitter)

Source from the content-addressed store, hash-verified

98const maxStoredErrors = 100
99
100type EventEmitterOption func(*EventEmitter)
101
102func WithSubscriptionBufSize(size uint) EventEmitterOption {
103 return func(e *EventEmitter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected