MCPcopy Create free account
hub / github.com/baldurk/renderdoc / hasData

Method hasData

qrenderdoc/Windows/BufferViewer.cpp:519–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 const byte *data() const { return storage.begin(); };
518 const byte *end() const { return storage.end(); }
519 bool hasData() const { return !storage.empty(); }
520 size_t size() const { return storage.size(); }
521};
522

Callers 7

dataMethod · 0.45
calcBoundingDataMethod · 0.45
exportDataMethod · 0.45
jquery-3.6.0.jsFile · 0.45
cloneCopyEventFunction · 0.45
jquery.jsFile · 0.45
LeFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected