Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
let
bodies: unknown[] = [];
16
17
const
recordBody = (body: unknown): boolean => {
18
bodies.push(body);
19
20
return
true;
21
};
22
23
beforeEach(() => {
24
nock.cleanAll();
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected