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

Method CallWrapper

OsiInterface/OsirisWrappers.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool OsirisWrappers::CallWrapper(uint32_t FunctionId, OsiArgumentDesc * Params)
183{
184 return gOsirisProxy->GetWrappers().CallOriginal(FunctionId, Params);
185}
186
187bool OsirisWrappers::QueryWrapper(uint32_t FunctionId, OsiArgumentDesc * Params)
188{

Callers

nothing calls this directly

Calls 1

CallOriginalMethod · 0.45

Tested by

no test coverage detected