MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get_classes

Function get_classes

src/gpre/gpre.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122static UCHAR classes_array[256];
123
124inline UCHAR get_classes(int idx)
125{
126 return classes_array[(UCHAR) idx];
127}
128
129inline UCHAR get_classes(UCHAR idx)
130{

Callers 3

all_digitsFunction · 0.85
get_tokenFunction · 0.85
skip_whiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected