Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010666
deny-all.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
283 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
:
{
$eq
:
-
1
}
});
}
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:45 (22 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
627540
Default Alt Text
deny-all.ts (283 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment