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

Method case_array

bindings/python/cobj.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 static std::unique_ptr<CObj> case_array(ArrayType const* Ty, void* Ptr)
157 {
158 return std::unique_ptr<CObj>{new CArrayObj{*Ty, Data<void>::view(Ptr)}};
159 }
160
161 static std::unique_ptr<CObj> case_func(FunctionType const* Ty, void* Ptr)
162 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected