Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010814
allow-all.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
282 B
Referenced Files
None
Subscribers
None
allow-all.ts
View Options
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
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:48 (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
626148
Default Alt Text
allow-all.ts (282 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment