Page MenuHomeSealhub

allow-all.ts
No OneTemporary

allow-all.ts

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

File Metadata

Mime Type
text/x-java
Expires
Mon, May 19, 00:53 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
626148
Default Alt Text
allow-all.ts (282 B)

Event Timeline