MCPcopy Create free account
hub / github.com/dailydotdev/apps / recordBody

Function recordBody

packages/shared/src/graphql/batch.spec.ts:17–21  ·  view source on GitHub ↗
(body: unknown)

Source from the content-addressed store, hash-verified

15let bodies: unknown[] = [];
16
17const recordBody = (body: unknown): boolean => {
18 bodies.push(body);
19
20 return true;
21};
22
23beforeEach(() => {
24 nock.cleanAll();

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected