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

Function onMappingUploaded

main.js:1069–1071  ·  view source on GitHub ↗
(mappingMessage)

Source from the content-addressed store, hash-verified

1067 const maxUploadAttemptCount = 5;
1068
1069 const onMappingUploaded = (mappingMessage) => {
1070 onDone(0);
1071 };
1072
1073 const onSymbolsUploaded = (symbolsMessage) => {
1074 if (!files.mappingFile) { // Mapping file doesn't exist for builds made with --dontobfuscate option

Callers

nothing calls this directly

Calls 1

onDoneFunction · 0.85

Tested by

no test coverage detected