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

Function getFormatDescriptor

bindings/python/cobj.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474} // anonymous
475
476std::string getFormatDescriptor(Type const* Ty)
477{
478 return getFormatDescriptorImpl(Ty, getBTyNativeFormatDescriptor, getPtrNativeFormatDescriptor);
479}
480
481
482std::string getPortableFormatDescriptor(Type const* Ty)

Callers 3

case_pointerMethod · 0.85
getBufferInfoMethod · 0.85
getMemoryViewObjectsMethod · 0.85

Calls 1

getFormatDescriptorImplFunction · 0.85

Tested by

no test coverage detected