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

Method find

src/common/MsgUtil.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 bool find(const char* name, ISC_STATUS& code) const
58 {
59 return m_map.get(name, code);
60 }
61
62 private:
63 struct NoCaseCmp

Callers 1

getCodeByNameMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected