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

Function fn

application.test.ts:159–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157Deno.test({
158 name: "construct App()",
159 fn() {
160 const app = new Application();
161 assert(app instanceof Application);
162 teardown();
163 },
164});
165
166Deno.test({

Callers

nothing calls this directly

Calls 15

useMethod · 0.95
listenMethod · 0.95
addEventListenerMethod · 0.95
assertFunction · 0.90
isNodeFunction · 0.90
setupClosedFunction · 0.85
entriesMethod · 0.80
jsonMethod · 0.80
teardownFunction · 0.70
setupFunction · 0.70
nextFunction · 0.70

Tested by

no test coverage detected