MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / remove_prefix

Method remove_prefix

Bcore/src/main/cpp/base/stringpiece.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void remove_prefix(size_type n) {
95 ptr_ += n;
96 length_ -= n;
97 }
98
99 void remove_suffix(size_type n) {
100 length_ -= n;

Callers 1

operator==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected