MCPcopy Create free account
hub / github.com/Autodesk/Aurora / _CreateIdentifier

Method _CreateIdentifier

Libraries/ImageProcessingResolver/Resolver.cpp:392–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392std::string ImageProcessingResolverPlugin::_CreateIdentifier(
393 const std::string& assetPath, const ArResolvedPath& anchorAssetPath) const
394{
395 // If an imageProcessing URI was successfully parsed, return the processed asset
396 // path.
397 std::string uriId = CreateIdentifierFromURI(assetPath, anchorAssetPath);
398 if (!uriId.empty())
399 return uriId;
400
401 // Otherwise return default result.
402 return ArDefaultResolver::_CreateIdentifier(assetPath, anchorAssetPath);
403}
404
405std::string ImageProcessingResolverPlugin::_CreateIdentifierForNewAsset(
406 const std::string& assetPath, const ArResolvedPath& anchorAssetPath) const

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected