MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ltrim

Method ltrim

src/common/classes/fb_string.h:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 void upper();
407 void lower();
408 void ltrim(const_pointer ToTrim = " ")
409 {
410 baseTrim(TrimLeft, ToTrim);
411 }
412 void rtrim(const_pointer ToTrim = " ")
413 {
414 baseTrim(TrimRight, ToTrim);

Callers 6

planSetMethod · 0.80
initializeMethod · 0.80
getWordMethod · 0.80
parseMethod · 0.80
testFunction · 0.80
parseLineMethod · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64