MCPcopy Create free account
hub / github.com/Kitware/CMake / HasStem

Method HasStem

Source/cmCMakePath.h:606–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 bool HasParentPath() const { return this->Path.has_parent_path(); }
605 bool HasFileName() const { return this->Path.has_filename(); }
606 bool HasStem() const { return this->Path.has_stem(); }
607 bool HasExtension() const { return this->Path.has_extension(); }
608
609 bool IsAbsolute() const { return this->Path.is_absolute(); }

Callers 3

LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleHasStemCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected