Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91000117
hub.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 19:33
Size
345 B
Mime Type
text/x-c++
Expires
Fri, Nov 8, 19:33 (2 d)
Engine
blob
Format
Raw Data
Handle
22137115
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
hub.js
View Options
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
});
exports
.
default
=
void
0
;
class
Hub
{
getCode
()
{}
getScope
()
{}
addHelper
()
{
throw
new
Error
(
"Helpers are not supported by the default hub."
);
}
buildError
(
node
,
msg
,
Error
=
TypeError
)
{
return
new
Error
(
msg
);
}
}
exports
.
default
=
Hub
;
Event Timeline
Log In to Comment