MCPcopy Create free account
hub / github.com/Noumena-Network/code / setInternalEventReader

Function setInternalEventReader

src/utils/sessionStorage.ts:550–556  ·  view source on GitHub ↗
(
  reader: InternalEventReader,
  subagentReader: InternalEventReader,
)

Source from the content-addressed store, hash-verified

548 * subagent internal events to reconstruct conversation state on reconnection.
549 */
550export function setInternalEventReader(
551 reader: InternalEventReader,
552 subagentReader: InternalEventReader,
553): void {
554 getProject().setInternalEventReader(reader)
555 getProject().setInternalSubagentEventReader(subagentReader)
556}
557
558/**
559 * Set the remote ingress URL on the current Project for testing.

Callers 1

constructorMethod · 0.85

Calls 3

getProjectFunction · 0.85

Tested by

no test coverage detected