Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ showInvalidChar
Function
showInvalidChar
src/jrd/SysFunction.cpp:2588–2593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2586
2587
2588
string showInvalidChar(const UCHAR c)
2589
{
2590
string str;
2591
str.printf(
"%c (ASCII %d)"
, c, c);
2592
return str;
2593
}
2594
2595
2596
dsc* evlCharToUuid(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,
Callers
1
evlCharToUuid
Function · 0.85
Calls
1
printf
Method · 0.45
Tested by
no test coverage detected