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

Function functiontype_getfunction

bindings/python/pydffi.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208CFunction functiontype_getfunction(FunctionType const& Ty, uintptr_t Ptr)
209{
210 return CFunction{Ty.getFunction((void*)Ptr)};
211}
212
213uintptr_t cpointerobj_getptr(CPointerObj& Obj)
214{

Callers

nothing calls this directly

Calls 1

getFunctionMethod · 0.45

Tested by

no test coverage detected