Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F9582122
run-action-curry.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
357 B
Referenced Files
None
Subscribers
None
run-action-curry.js
View Options
"use strict"
;
const
locreq
=
require
(
"locreq"
)(
__dirname
);
function
run_action_curry
(
app
){
return
function
run_action
(
context
,
subject_path
,
action_name
,
params
){
return
app
.
RootSubject
.
get_subject
(
subject_path
)
.
then
(
function
(
subject
){
return
subject
.
perform_action
(
context
,
action_name
,
params
);
});
};
}
module
.
exports
=
run_action_curry
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 06:03 (28 m, 15 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
983849
Default Alt Text
run-action-curry.js (357 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment