Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GooseMod/OpenAsar
/ setFeedURL
Method
setFeedURL
src/updater/moduleUpdater.js:76–78 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
74
75
host = process.platform ===
'linux'
?
new
(
class
HostLinux extends require(
'events'
).EventEmitter {
76
setFeedURL(url) {
77
this.url = url;
78
}
79
80
checkForUpdates() {
81
req(this.url).then(([ r, b ]) => {
Callers
1
moduleUpdater.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected