MCPcopy Create free account
hub / github.com/KLayout/klayout / change_string_ref

Function change_string_ref

src/db/db/dbText.h:177–180  ·  view source on GitHub ↗

* @brief Change the string associated with a StringRef */

Source from the content-addressed store, hash-verified

175 * @brief Change the string associated with a StringRef
176 */
177 static void change_string_ref (const StringRef *ref, const std::string &s)
178 {
179 *(const_cast<StringRef *> (ref)) = s;
180 }
181
182 /**
183 * @brief The singleton instance of the string repository

Callers 3

do_readMethod · 0.85
dbTextTests.ccFile · 0.85
dbLayoutTests.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected