MCPcopy Index your code
hub / github.com/oakserver/oak / fn

Function fn

testing.test.ts:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13Deno.test({
14 name: "testing - createMockApp()",
15 fn() {
16 const app = createMockApp();
17 assertEquals(app.state, {});
18 },
19});
20
21Deno.test({

Callers

nothing calls this directly

Calls 8

createMockAppFunction · 0.90
createMockContextFunction · 0.90
assertFunction · 0.90
createMockNextFunction · 0.90
acceptsEncodingsMethod · 0.80
getMethod · 0.80
nextFunction · 0.70
redirectMethod · 0.45

Tested by

no test coverage detected