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

Function get

application.test.ts:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110 Object.defineProperty(request, "headers", {
111 get() {
112 throw new TypeError("cannot read headers: request closed");
113 },
114 });
115
116 const nativeRequest = new NativeRequest(request, {});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected