MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / resize

Method resize

source/util/bstring.cpp:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void BString::resize(U32 len) {
640 makeWritable(len);
641}
642
643BString BString::trim() {
644 if (isEmpty()) {

Callers 4

setLengthMethod · 0.45
mmapMethod · 0.45
rehashMethod · 0.45
BHashTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected