MCPcopy Create free account
hub / github.com/alibaba/open-code-review / writeHint

Function writeHint

scripts/update.js:127–131  ·  view source on GitHub ↗
(latestVersion, pkgName)

Source from the content-addressed store, hash-verified

125}
126
127function writeHint(latestVersion, pkgName) {
128 try {
129 fs.writeFileSync(hintFile, JSON.stringify({ version: latestVersion, pkg: pkgName }));
130 } catch (_) {}
131}
132
133function removeHint() {
134 try {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected