MCPcopy Create free account
hub / github.com/TanStack/devtools / emit

Method emit

packages/event-bus-client/src/noop.ts:46–49  ·  view source on GitHub ↗
(
    _eventSuffix: TEvent,
    _payload: TEventMap[TEvent],
  )

Source from the content-addressed store, hash-verified

44 }
45
46 emit<TEvent extends keyof TEventMap & string>(
47 _eventSuffix: TEvent,
48 _payload: TEventMap[TEvent],
49 ): void {}
50
51 on<TEvent extends keyof TEventMap & string>(
52 _eventSuffix: TEvent,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected