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

Method Replace

Source/cmWindowsRegistry.cxx:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451#if defined(_WIN32) && !defined(__CYGWIN__)
452 void Replace(std::string const& value)
453 {
454 this->Expression.replace(
455 this->RegistryFormat.start(),
456 this->RegistryFormat.end() - this->RegistryFormat.start(), value);
457 }
458
459 cm::string_view GetRootKey() const { return this->RootKey; }
460

Callers 1

ExpandExpressionMethod · 0.45

Calls 2

startMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected