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

Function isGoingToThrow3

test/unit/node/client_test.js:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 function isGoingToThrow3() {
164 this.client.updateActivities(null);
165 }
166
167 function isNotGoingToThrow() {
168 this.client.updateActivities([]);

Callers

nothing calls this directly

Calls 3

updateActivitiesMethod · 0.80
getActivitiesMethod · 0.80

Tested by

no test coverage detected