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

Method rtrim

src/common/classes/fb_string.h:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 baseTrim(TrimLeft, ToTrim);
411 }
412 void rtrim(const_pointer ToTrim = " ")
413 {
414 baseTrim(TrimRight, ToTrim);
415 }
416 void trim(const_pointer ToTrim = " ")
417 {
418 baseTrim(TrimBoth, ToTrim);

Callers 15

svc_api_gbakFunction · 0.80
authenticateMethod · 0.80
executeMethod · 0.80
VIO_traceFunction · 0.80
svc.cppFile · 0.80
DescPrinterMethod · 0.80
trimAllMethod · 0.80
parseSyncReplicaFunction · 0.80
formatAndLoadMethod · 0.80
exact_nameFunction · 0.80
processCommandLineFunction · 0.80
testFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64