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

Method GetStem

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

Source from the content-addressed store, hash-verified

488 cmCMakePath GetExtension() const { return this->Path.extension(); }
489 cmCMakePath GetWideExtension() const;
490 cmCMakePath GetStem() const { return this->Path.stem(); }
491 cmCMakePath GetNarrowStem() const;
492
493 cmCMakePath GetRelativePath() const { return this->Path.relative_path(); }

Callers 3

LLVMFuzzerTestOneInputFunction · 0.80
EvaluateMethod · 0.80
HandleGetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected