MCPcopy
hub / github.com/alibaba/lightproxy / update

Function update

src/main/api.ts:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125async function update() {
126 return checkUpdater();
127}
128
129async function checkSystemProxy(props: any) {
130 const { port, address } = props;

Callers

nothing calls this directly

Calls 1

checkUpdaterFunction · 0.90

Tested by

no test coverage detected