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

Function getPtrNativeFormatDescriptor

bindings/python/cobj.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370std::string getPtrNativeFormatDescriptor(PointerType const*)
371{
372 return "P";
373}
374std::string getBTyPortableFormatDescriptor(BasicType const* BTy)
375{
376 // We only used defined formats that have a standard size (see

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected