Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ alltrim
Method
alltrim
src/common/classes/fb_string.h:420–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
baseTrim(TrimBoth, ToTrim);
419
}
420
void alltrim(const_pointer ToTrim =
" "
)
421
{
422
baseTrim(TrimBoth, ToTrim);
423
}
424
425
bool LoadFromFile(FILE* file);
426
void vprintf(const char* Format, va_list params);
Callers
14
readConfig
Method · 0.80
expandPattern
Method · 0.80
parseExternalValue
Function · 0.80
checkAudit
Method · 0.80
getWord
Method · 0.80
parse
Method · 0.80
test
Function · 0.80
initialize
Method · 0.80
getLine
Method · 0.80
getLine
Method · 0.80
parseLine
Method · 0.80
startSession
Method · 0.80
Calls
no outgoing calls
Tested by
1
test
Function · 0.64