MCPcopy Create free account
hub / github.com/Forward-Future/loopy / constructor

Method constructor

loop-library/worker/src/index.js:824–826  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

822
823export class FormGuard {
824 constructor(state) {
825 this.state = state;
826 }
827
828 async fetch(request) {
829 const url = new URL(request.url);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected