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

Function empty

main.js:280–289  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

278}
279
280function empty (obj) {
281 if (typeof obj === 'object') {
282 for (const key in obj) {
283 if (obj.hasOwnProperty(key)) {
284 return false;
285 }
286 }
287 }
288 return true;
289}
290
291async function getObject (type, id) {
292 if (!cur.cache[type]) {

Callers 6

getBuildCaptionFunction · 0.85
toShotBuildInfoFunction · 0.85
onVariantCheckedFunction · 0.85
uploadToGithubFunction · 0.85
processPrivateCommandFunction · 0.85
getChecksumMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected