Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
static UCHAR classes_array[256];
123
124
inline UCHAR get_classes(int idx)
125
{
126
return classes_array[(UCHAR) idx];
127
}
128
129
inline UCHAR get_classes(UCHAR idx)
130
{
Callers
3
all_digits
Function · 0.85
get_token
Function · 0.85
skip_white
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected