Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8929774
run-action.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
354 B
Referenced Files
None
Subscribers
None
run-action.js
View Options
"use strict"
;
const
locreq
=
require
(
"locreq"
)(
__dirname
);
const
RootSubject
=
locreq
(
"lib/subject/predefined-subjects/root-subject.js"
);
module
.
exports
=
function
(
context
,
subject_path
,
action_name
,
params
){
return
RootSubject
.
get_subject
(
subject_path
)
.
then
(
function
(
subject
){
return
subject
.
perform_action
(
context
,
action_name
,
params
);
});
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 21, 00:09 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949751
Default Alt Text
run-action.js (354 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment