Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ getScript
Method
getScript
jd_joy_new.js:1049–1053 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
1047
}
1048
1049
getScript(t) {
1050
return
new
Promise(e => {
1051
this.get({url: t}, (t, s, i) => e(i))
1052
})
1053
}
1054
1055
runScript(t, e) {
1056
return
new
Promise(s => {
Callers
nothing calls this directly
Calls
2
e
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected