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

Method resize

src/eepp/core/string.cpp:2154–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152}
2153
2154void String::resize( std::size_t n, StringBaseType c ) {
2155 mString.resize( n, c );
2156}
2157
2158void String::resize( std::size_t n ) {
2159 mString.resize( n );

Callers 15

onSizeChangeMethod · 0.45
setIconMethod · 0.45
appendMethod · 0.45
receiveMethod · 0.45
startAsyncReadMethod · 0.45
eePRINTFunction · 0.45
eePRINTLFunction · 0.45
eePRINTCFunction · 0.45
removeNumbersAtEndMethod · 0.45
strip_ansi_scalarFunction · 0.45
strip_ansi_avx2Function · 0.45
strip_ansi_neonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected