ManifestModel.contains

bool contains(string fullPath) const @safe pure nothrow @nogc

Checks whether an entry with the given path exists.

Parameters

fullPathThe manifest:full-path value to look up.

Returns

true if the entry is present.