Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ shouldAllowExternalPurchase
Function
shouldAllowExternalPurchase
src/utils/helpers.js:551–553 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
549
},
550
551
shouldAllowExternalPurchase() {
552
return
!this.isIapAvailable() && !isPlayStoreInstall();
553
},
554
};
Callers
nothing calls this directly
Calls
1
isPlayStoreInstall
Function · 0.90
Tested by
no test coverage detected