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

Function isGoingToThrow7

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

Source from the content-addressed store, hash-verified

407 }
408
409 function isGoingToThrow7() {
410 self.client.activitiesPartialUpdate([
411 {
412 foreign_id: 'product:123',
413 },
414 ]);
415 }
416
417 function isGoingToThrow8() {
418 self.client.activitiesPartialUpdate([

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected