Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
157
Deno.test({
158
name:
"construct App()"
,
159
fn() {
160
const
app =
new
Application();
161
assert(app instanceof Application);
162
teardown();
163
},
164
});
165
166
Deno.test({
Callers
nothing calls this directly
Calls
15
use
Method · 0.95
listen
Method · 0.95
addEventListener
Method · 0.95
assert
Function · 0.90
isNode
Function · 0.90
createPromiseWithResolvers
Function · 0.90
setupClosed
Function · 0.85
entries
Method · 0.80
json
Method · 0.80
teardown
Function · 0.70
setup
Function · 0.70
next
Function · 0.70
Tested by
no test coverage detected