MCPcopy
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

checkTheGithubPagesMethod · 0.95
showCurrentChangelogMethod · 0.95
generateLocalesFunction · 0.45
prebuild.tsFile · 0.45
toastMethod · 0.45
updateViewPluginFunction · 0.45
checkListFunction · 0.45
isValidWindowFunction · 0.45
getLanguageMethod · 0.45
actionToMenuItemMethod · 0.45
trackMethod · 0.45
enumerateLayoutsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected