MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / nextBuildId

Function nextBuildId

main.js:248–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246});
247
248function nextBuildId () {
249 let id = cur.build_no ? cur.build_no + 1 : 1;
250 cur.build_no = id;
251 db.put('build_count', id);
252 return id;
253}
254
255function areEqual (a, b) {
256 if (a === b)

Callers 1

processPrivateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected