Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ get
Method
get
src/main/views/update.ts:93–95 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
get(url: string) {
94
return
axios_.get(url, { timeout: 5000 });
95
}
96
97
checkTheGithubPages() {
98
console.log(
"正在检查Github更新"
);
Callers
15
checkTheGithubPages
Method · 0.95
showCurrentChangelog
Method · 0.95
generateLocales
Function · 0.45
prebuild.ts
File · 0.45
toast
Method · 0.45
updateViewPlugin
Function · 0.45
checkList
Function · 0.45
isValidWindow
Function · 0.45
getLanguage
Method · 0.45
actionToMenuItem
Method · 0.45
track
Method · 0.45
enumerateLayouts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected