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

Function findPublishedGooglePlayBuild

main.js:1176–1182  ·  view source on GitHub ↗
(build, forcedTrack)

Source from the content-addressed store, hash-verified

1174}
1175
1176async function findPublishedGooglePlayBuild (build, forcedTrack) {
1177 const track = forcedTrack || build.googlePlayTrack;
1178 if (track) {
1179 return await getObject('google_play', track);
1180 }
1181 return null;
1182}
1183
1184async function fetchAvailableLanguageCodes () {
1185 try {

Callers 1

processPrivateCommandFunction · 0.85

Calls 1

getObjectFunction · 0.85

Tested by

no test coverage detected