Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_gbak
Function · 0.80
authenticate
Method · 0.80
execute
Method · 0.80
VIO_trace
Function · 0.80
svc.cpp
File · 0.80
DescPrinter
Method · 0.80
trimAll
Method · 0.80
parseSyncReplica
Function · 0.80
formatAndLoad
Method · 0.80
exact_name
Function · 0.80
processCommandLine
Function · 0.80
test
Function · 0.80
Calls
no outgoing calls
Tested by
1
test
Function · 0.64