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

Function tracePublishedGooglePlayBuild

main.js:1172–1174  ·  view source on GitHub ↗
(build)

Source from the content-addressed store, hash-verified

1170}
1171
1172async function tracePublishedGooglePlayBuild (build) {
1173 await storeObject('google_play', toShotBuildInfo(build), build.googlePlayTrack);
1174}
1175
1176async function findPublishedGooglePlayBuild (build, forcedTrack) {
1177 const track = forcedTrack || build.googlePlayTrack;

Callers 1

onBuildUploadedFunction · 0.85

Calls 2

storeObjectFunction · 0.85
toShotBuildInfoFunction · 0.85

Tested by

no test coverage detected