MCPcopy
hub / github.com/freshframework/fresh / fn

Function fn

packages/fresh/src/jsonify/stringify_test.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11Deno.test("stringify - throw serializing functions", () => {
12 const fn = () => {};
13 expect(() => stringify(fn)).toThrow();
14});

Callers 15

renderAsyncAnyComponentFunction · 0.85
renderRouteFunction · 0.85
fs_routes_test.tsxFile · 0.85
serializeInnerFunction · 0.85
unpackFunction · 0.85
builder_test.tsFile · 0.85
processMethod · 0.85
partials_test.tsxFile · 0.85
withBrowserAppFunction · 0.85
withBrowserFunction · 0.85
withChildProcessServerFunction · 0.85
waitForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected