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

Method getFayeClient

src/feed.ts:533–535  ·  view source on GitHub ↗

* Returns the current faye client object * @method getFayeClient * @memberof StreamFeed.prototype * @access private * @return {Faye.Client} Faye client

()

Source from the content-addressed store, hash-verified

531 * @return {Faye.Client} Faye client
532 */
533 getFayeClient() {
534 return this.client.getFayeClient();
535 }
536
537 /**
538 * Subscribes to any changes in the feed, return a promise

Callers 4

subscribeMethod · 0.95
faye_test.jsFile · 0.45
test.tsFile · 0.45
faye_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected