ManifestModel.getEntry

const(ManifestEntry) * getEntry(string fullPath) const @safe pure nothrow

Retrieves a pointer to the entry with the given path.

Parameters

fullPathThe manifest:full-path value to look up.

Returns

Pointer to the matching ManifestEntry, or null.