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

Method Normal

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

Generation

Source from the content-addressed store, hash-verified

495
496 // Generation
497 cmCMakePath Normal() const
498 {
499 auto path = this->Path.lexically_normal();
500 // filesystem::path:lexically_normal use preferred_separator ('\') on
501 // Windows) so convert back to '/'
502 return path.generic_string();
503 }
504
505 cmCMakePath Relative(cmCMakePath const& base) const
506 {

Callers 14

LLVMFuzzerTestOneInputFunction · 0.80
HandleDirectoryModeFunction · 0.80
operator()Method · 0.80
EvaluateMethod · 0.80
NormalizeFindResultMethod · 0.80
HandleSetCommandFunction · 0.80
HandleNormalPathCommandFunction · 0.80
HandleNativePathCommandFunction · 0.80
HandleConvertCommandFunction · 0.80

Calls 1

lexically_normalMethod · 0.80

Tested by

no test coverage detected