MCPcopy Create free account
hub / github.com/RenderKit/oidn / data

Method data

external/catch.hpp:13908–13910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13906 return m_start;
13907 }
13908 auto StringRef::data() const noexcept -> char const* {
13909 return m_start;
13910 }
13911
13912 auto StringRef::substr( size_type start, size_type size ) const noexcept -> StringRef {
13913 if (start < m_size) {

Callers 15

sycl_device.cppFile · 0.80
getArchMethod · 0.80
submitWaitSemaphoresMethod · 0.80
getHashMethod · 0.80
getModulePathMethod · 0.80
oidnTest.cppFile · 0.80
loadFileFunction · 0.80
mainFunction · 0.80
executeAsyncFunction · 0.80
signalSemaphoresAsyncMethod · 0.80
waitSemaphoresAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected