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

Method case_enum

bindings/python/cobj.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 static void case_enum(EnumType const* Ty, void* Ptr, py::handle Obj)
58 {
59 return case_basic<EnumType::IntType>(Ty->getBasicType(), Ptr, Obj);
60 }
61
62 static void case_array(ArrayType const* Ty, void* Ptr, py::handle Obj)
63 {

Callers

nothing calls this directly

Calls 1

getBasicTypeMethod · 0.45

Tested by

no test coverage detected