MCPcopy Create free account
hub / github.com/Norbyte/ositools / QueryWrapper

Method QueryWrapper

OsiInterface/OsirisWrappers.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187bool OsirisWrappers::QueryWrapper(uint32_t FunctionId, OsiArgumentDesc * Params)
188{
189 return gOsirisProxy->GetWrappers().QueryOriginal(FunctionId, Params);
190}
191
192void OsirisWrappers::ErrorWrapper(char const * Message)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected