☰
DDOCs
DDN-ODF
v2.0.1
/
ddn.odf.container.asset
/
OdfAssetIndex.get
🔍
☾
OdfAssetIndex.get
const(
OdfAsset
) * get(string path)
const
@safe
pure
nothrow
Retrieves a pointer to the asset at the given path.
Parameters
path
Full path to look up.
Returns
Pointer to the matching
OdfAsset
, or
null
if not found.