Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
planSet
Method · 0.80
initialize
Method · 0.80
getWord
Method · 0.80
parse
Method · 0.80
test
Function · 0.80
parseLine
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Function · 0.64