MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isAndroidAsset

Method isAndroidAsset

Source/Basic/Content.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#if BX_PLATFORM_ANDROID
63
64bool Content::isAndroidAsset(String fullPath) const {
65 return fullPath.left(_assetPath.length()) == _assetPath;
66}
67
68std::string Content::getAndroidAssetName(String fullPath) const {
69 const auto& apkPath = SharedApplication.getAPKPath();

Callers

nothing calls this directly

Calls 2

leftMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected