MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / createSubstring8

Method createSubstring8

engine/source/string/stringBuffer.cc:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333UTF8* StringBuffer::createSubstring8(const U32 start, const U32 len) const
334{
335 incRequestCount8();
336
337 StringBuffer sub = this->substring(start, len);
338 return sub.createCopy8();
339}
340
341void StringBuffer::cut(const U32 start, const U32 len)
342{

Callers 3

onCopyMethod · 0.80
onMouseUpMethod · 0.80
copyToClipboardMethod · 0.80

Calls 2

substringMethod · 0.95
createCopy8Method · 0.80

Tested by

no test coverage detected