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

Method GenericString

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

Source from the content-addressed store, hash-verified

478 return path;
479 }
480 std::string GenericString() const { return this->Path.generic_string(); }
481 std::wstring GenericWString() const { return this->Path.generic_wstring(); }
482
483 // Decomposition

Callers 8

LLVMFuzzerTestOneInputFunction · 0.80
NormalizePathMethod · 0.80
ClearDependenciesMethod · 0.80
EvaluateMethod · 0.80
NormalizeFindResultMethod · 0.80
ProcessLineMethod · 0.80
HandleSetCommandFunction · 0.80
HandleConvertCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected