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

Function toShotBuildInfo

main.js:1150–1159  ·  view source on GitHub ↗
(build)

Source from the content-addressed store, hash-verified

1148}
1149
1150function toShotBuildInfo (build) {
1151 const buildData = {
1152 version: build.version
1153 };
1154 Object.assign(buildData, build.git);
1155 if (!empty(build.pullRequests)) {
1156 buildData.pullRequests = build.pullRequests;
1157 }
1158 return buildData;
1159}
1160
1161async function tracePublishedTelegramBuild (build) {
1162 await storeObject('telegram', toShotBuildInfo(build), build.telegramTrack);

Callers 3

traceBuiltApkFunction · 0.85

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected