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