MCPcopy
hub / github.com/callstack/repack / ReqLogData

Interface ReqLogData

packages/repack/src/Reporter.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29interface ReqLogData {
30 method: string;
31 url: string;
32}
33
34interface ResLogData {
35 statusCode: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…