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

Method GetExtension

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

Source from the content-addressed store, hash-verified

486 cmCMakePath GetRootPath() const { return this->Path.root_path(); }
487 cmCMakePath GetFileName() const { return this->Path.filename(); }
488 cmCMakePath GetExtension() const { return this->Path.extension(); }
489 cmCMakePath GetWideExtension() const;
490 cmCMakePath GetStem() const { return this->Path.stem(); }
491 cmCMakePath GetNarrowStem() const;

Callers 15

LLVMFuzzerTestOneInputFunction · 0.80
ComputeKindedSourcesMethod · 0.80
CreateXCodeTargetMethod · 0.80
IsHeaderFileMethod · 0.80
EvaluateMethod · 0.80
CollectSourceFilesMethod · 0.80
InitScanFilesMethod · 0.80
GetMocBuildPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected