Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995433
deny-all.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
290 B
Referenced Files
None
Subscribers
None
deny-all.ts
View Options
import
Query
from
"./query"
;
export
default
class
DenyAll
extends
Query
{
constructor
()
{
super
();
super
.
match
({
_id
:
{
$exists
:
false
}
});
}
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
Mon, Dec 23, 04:23 (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556813
Default Alt Text
deny-all.ts (290 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment