MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / get_array

Method get_array

plugins/multiserver/DevicesWithParameters.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 m_data.push_back(m_dataOwnership.back().get());
66 }
67 const char **get_array() {
68 // Ensure null terminator on array
69 if (!m_arrayHasNullTerminator()) {
70 m_data.push_back(nullptr);
71 }
72 return m_data.data();
73 }
74
75 private:
76 bool m_arrayHasNullTerminator() const {

Callers 1

createYEIImplFunction · 0.80

Calls 2

dataMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected