Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ data
Method
data
common/sys/array.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
__forceinline T& back () const { assert(N > 0); return items[N-1]; };
40
41
__forceinline T* data() { return items; };
42
__forceinline const T* data() const { return items; };
43
44
private:
Callers
15
overflow
Method · 0.45
next
Method · 0.45
init
Method · 0.45
init
Method · 0.45
IntersectWithMode
Function · 0.45
addGeometry
Method · 0.45
resizeRandomly
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected