MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / main

Function main

tests/src/core/test_circular_buffer.cpp:134–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134int main(int, char** argv)
135{
136 try
137 {
138 test_circular_buffer();
139 test_circular_buffer_iterators();
140 }
141 catch (const std::runtime_error & err)
142 {
143 fprintf(stderr, "%s", err.what());
144 return 1;
145 }
146 return 0;
147}

Callers

nothing calls this directly

Calls 2

test_circular_bufferFunction · 0.85

Tested by

no test coverage detected