Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ getScript
Method
getScript
jd_pk.js:823–829 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
821
}
822
823
getScript(t) {
824
return
new
Promise(e => {
825
this.get({
826
url: t
827
}, (t, s, i) => e(i))
828
})
829
}
830
831
runScript(t, e) {
832
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