Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7187736
noone.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
339 B
Referenced Files
None
Subscribers
None
noone.ts
View Options
import
Policy
from
"../../chip-types/policy"
;
import
DenyAll
from
"../../datastore/deny-all"
;
export
default
class
Noone
extends
Policy
{
static
type_name
=
"noone"
;
async
_getRestrictingQuery
()
{
return
new
DenyAll
();
}
async
checkerFunction
()
{
return
Policy
.
deny
(
"noone is allowed"
);
}
isItemSensitive
=
async
()
=>
false
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Jul 8, 07:02 (2 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
801939
Default Alt Text
noone.ts (339 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment