Page MenuHomeSealhub

allow-all.ts
No OneTemporary

allow-all.ts

import Query from "./query.js";
export class AllowAll extends Query {
constructor() {
super();
super.match({ _id: { $exists: true } });
}
lookup() {
throw new Error("The query is not mutable!");
return "";
}
match(): void {
throw new Error("The query is not mutable!");
}
}

File Metadata

Mime Type
text/x-java
Expires
Fri, Nov 28, 15:43 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1035240
Default Alt Text
allow-all.ts (291 B)

Event Timeline