MCPcopy Create free account
hub / github.com/freecodexyz/free-code / internalEventsPending

Method internalEventsPending

src/cli/remoteIO.ts:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 override get internalEventsPending(): number {
222 return this.ccrClient?.internalEventsPending ?? 0
223 }
224
225 /**
226 * Send output to the transport.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected