MCPcopy Create free account
hub / github.com/aguinet/dragonffi / case_func

Method case_func

bindings/python/cobj.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 static std::unique_ptr<CObj> case_func(FunctionType const* Ty, void* Ptr)
162 {
163 auto NF = Ty->getFunction(Ptr);
164 return std::unique_ptr<CObj>{new CFunction{NF}};
165 }
166};
167
168struct ConvertArgsSwitch

Callers

nothing calls this directly

Calls 1

getFunctionMethod · 0.45

Tested by

no test coverage detected