Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ flush
Function
flush
apps/cloud/src/observability/memory-metrics.ts:234–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
controller.enqueue(chunk);
233
},
234
flush() {
235
closeConnection(connection,
"normal"
, OTEL_MAX_SPAN_QUEUE_SIZE);
236
},
237
cancel(reason) {
238
closeConnection(
239
connection,
Callers
nothing calls this directly
Calls
1
closeConnection
Function · 0.70
Tested by
no test coverage detected