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

Function isGoingToThrow4

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

Source from the content-addressed store, hash-verified

230 }
231
232 function isGoingToThrow4() {
233 self.client.getActivities([]);
234 }
235
236 function isNotGoingToThrow() {
237 self.client.getActivities({ ids: [] });

Callers

nothing calls this directly

Calls 2

getActivitiesMethod · 0.80

Tested by

no test coverage detected