MCPcopy Create free account
hub / github.com/GetStream/stream-js / send

Method send

src/client.ts:437–439  ·  view source on GitHub ↗

* Call the given handler with the arguments * @method send * @memberof StreamClient.prototype * @access private

(key: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

435 * @access private
436 */
437 send(key: string, ...args: unknown[]) {
438 if (this.handlers[key]) this.handlers[key].apply(this, args);
439 }
440
441 /**
442 * Get the current user agent

Callers 3

StreamClientClass · 0.95
test.tsFile · 0.80
client_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected