MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / body

Function body

src/test-utils.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 },
113 setHeader: headers.set,
114 get body() {
115 return JSON.stringify(body)
116 },
117 send: (code, payload, h?: { [s: string]: string }) => {
118 statusCode = code
119 body = payload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected