MCPcopy 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
2588string showInvalidChar(const UCHAR c)
2589{
2590 string str;
2591 str.printf("%c (ASCII %d)", c, c);
2592 return str;
2593}
2594
2595
2596dsc* evlCharToUuid(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,

Callers 1

evlCharToUuidFunction · 0.85

Calls 1

printfMethod · 0.45

Tested by

no test coverage detected