Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ greaterThan
Method
greaterThan
src/common/MsgUtil.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
struct NoCaseCmp
64
{
65
static bool greaterThan(const char* i1, const char* i2)
66
{
67
return fb_utils::stricmp(i1, i2) > 0;
68
}
69
};
70
71
NonPooledMap<const char*, ISC_STATUS, NoCaseCmp> m_map;
Callers
nothing calls this directly
Calls
1
stricmp
Function · 0.85
Tested by
no test coverage detected