Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Toulu-debug/enen
/ getScript
Method
getScript
sendNotify.js:900–904 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
898
}
899
900
getScript(t) {
901
return
new
Promise(e => {
902
this.get({url: t}, (t, s, i) => e(i))
903
})
904
}
905
906
runScript(t, e) {
907
return
new
Promise(s => {
Callers
nothing calls this directly
Calls
2
e
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected