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

Function setInternalEventWriter

src/utils/sessionStorage.ts:537–539  ·  view source on GitHub ↗
(writer: InternalEventWriter)

Source from the content-addressed store, hash-verified

535 * instead of going through v1 Session Ingress.
536 */
537export function setInternalEventWriter(writer: InternalEventWriter): void {
538 getProject().setInternalEventWriter(writer)
539}
540
541type InternalEventReader = () => Promise<
542 { payload: Record<string, unknown>; agent_id?: string }[] | null

Callers 1

constructorMethod · 0.85

Calls 2

getProjectFunction · 0.85

Tested by

no test coverage detected