MCPcopy Create free account
hub / github.com/beefytech/Beef / RemoveFromStart

Method RemoveFromStart

BeefySysLib/util/String.h:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 String ToString() const;
305 void ToString(StringImpl& str) const;
306 void RemoveFromStart(intptr length)
307 {
308 BF_ASSERT((uintptr)length <= (uintptr)mLength);
309 mPtr += length;
310 mLength -= (int)length;
311 }
312
313 void RemoveToEnd(intptr startIdx)
314 {

Callers 1

SetNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected