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

Function use

testing.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 const app = {
31 state,
32 use() {
33 return app;
34 },
35 [Symbol.for("Deno.customInspect")]() {
36 return "MockApplication {}";
37 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected