Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getCodeByName
Method
getCodeByName
src/common/MsgUtil.cpp:78–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
ISC_STATUS MsgUtil::getCodeByName(const char* name)
79
{
80
ISC_STATUS code;
81
82
if (!nameCodeMap().find(name, code))
83
code = 0;
84
85
return code;
86
}
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected