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
Wed, May 7, 19:48 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
626148
Default Alt Text
allow-all.ts (282 B)

Event Timeline