MCPcopy Index your code
hub / github.com/TGX-Android/Publisher / findPublishedTelegramBuild

Function findPublishedTelegramBuild

main.js:1165–1170  ·  view source on GitHub ↗
(build)

Source from the content-addressed store, hash-verified

1163}
1164
1165async function findPublishedTelegramBuild (build) {
1166 if (build.telegramTrack) {
1167 return await getObject('telegram', build.telegramTrack);
1168 }
1169 return null;
1170}
1171
1172async function tracePublishedGooglePlayBuild (build) {
1173 await storeObject('google_play', toShotBuildInfo(build), build.googlePlayTrack);

Callers 1

processPrivateCommandFunction · 0.85

Calls 1

getObjectFunction · 0.85

Tested by

no test coverage detected