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

Function cpointerobj_new

bindings/python/pydffi.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354std::unique_ptr<CPointerObj> cpointerobj_new(PointerType const& PTy)
355{
356 return cpointerobj_new_val(PTy, 0);
357}
358
359
360std::unique_ptr<CArrayObj> carraytype_new(ArrayType const& ATy)

Callers

nothing calls this directly

Calls 1

cpointerobj_new_valFunction · 0.85

Tested by

no test coverage detected