Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2154
void String::resize( std::size_t n, StringBaseType c ) {
2155
mString.resize( n, c );
2156
}
2157
2158
void String::resize( std::size_t n ) {
2159
mString.resize( n );
Callers
15
onSizeChange
Method · 0.45
setIcon
Method · 0.45
append
Method · 0.45
receive
Method · 0.45
startAsyncRead
Method · 0.45
eePRINT
Function · 0.45
eePRINTL
Function · 0.45
eePRINTC
Function · 0.45
removeNumbersAtEnd
Method · 0.45
strip_ansi_scalar
Function · 0.45
strip_ansi_avx2
Function · 0.45
strip_ansi_neon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected