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

Method dataPtr

bindings/python/cobj.h:459–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 void* dataPtr() override { return getData(); }
460 void* getData() { return Data_.dataPtr(); }
461 void const* getData() const { return Data_.dataPtr(); }
462

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected