Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
Deno.test(
"stringify - throw serializing functions"
, () => {
12
const
fn = () => {};
13
expect(() => stringify(fn)).toThrow();
14
});
Callers
15
renderAsyncAnyComponent
Function · 0.85
renderRoute
Function · 0.85
fs_routes_test.tsx
File · 0.85
serializeInner
Function · 0.85
unpack
Function · 0.85
builder_test.ts
File · 0.85
process
Method · 0.85
partials_test.tsx
File · 0.85
withBrowserApp
Function · 0.85
withBrowser
Function · 0.85
withChildProcessServer
Function · 0.85
waitFor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected