MCPcopy Create free account
hub / github.com/SpartanJ/eepp / view

Method view

src/eepp/core/string.cpp:1569–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567}
1568
1569String::View String::view() const {
1570 return String::View( mString );
1571}
1572
1573void String::replace( std::string& target, const std::string& that, const std::string& with ) {
1574 std::size_t start_pos = target.find( that );

Callers 15

drawAfterLineTextMethod · 0.80
processSignatureHelpMethod · 0.80
drawMethod · 0.80
hashToLowerMethod · 0.80
setStringMethod · 0.80
findCharacterPosMethod · 0.80
findCharacterFromPosMethod · 0.80
ensureGeometryUpdateMethod · 0.80
computeLineBreaksMethod · 0.80
computeLineBreaksExMethod · 0.80
shapeAndRunFunction · 0.80
layoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected