MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / forgeLogMessage

Function forgeLogMessage

lib/edge-runtime/requests.ts:32–38  ·  view source on GitHub ↗
(url: string, requestOptions: RequestInit)

Source from the content-addressed store, hash-verified

30}
31
32function forgeLogMessage(url: string, requestOptions: RequestInit) {
33 return `Attempting fetch with url: ${url}\n\nWith options:${JSON.stringify(
34 requestOptions,
35 null,
36 2,
37 )}`;
38}
39
40export function constructHttpRequest({
41 action,

Callers 1

constructHttpRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected