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

Method case_enum

bindings/python/cobj.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 static std::unique_ptr<CObj> case_enum(EnumType const* Ty, void* Ptr)
137 {
138 return case_basic<EnumType::IntType>(Ty->getBasicType(), Ptr);
139 }
140
141 static std::unique_ptr<CObj> case_pointer(PointerType const* Ty, void* Ptr)
142 {

Callers

nothing calls this directly

Calls 1

getBasicTypeMethod · 0.45

Tested by

no test coverage detected