OdfAssetIndex.get

const(OdfAsset) * get(string path) const @safe pure nothrow

Retrieves a pointer to the asset at the given path.

Parameters

pathFull path to look up.

Returns

Pointer to the matching OdfAsset, or null if not found.