MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/functions-framework-nodejs / function_wrappers.ts

File function_wrappers.ts

test/function_wrappers.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as assert from 'assert';
2import {Request, Response} from 'express';
3import {Context, CloudEvent} from '../src/functions';
4import {wrapUserFunction} from '../src/function_wrappers';

Callers

nothing calls this directly

Calls 3

wrapUserFunctionFunction · 0.90
createResponseFunction · 0.85
createRequestFunction · 0.70

Tested by

no test coverage detected