MCPcopy Create free account
hub / github.com/comaps/comaps / UpdateData

Method UpdateData

libs/drape/data_buffer.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void DataBufferMapper::UpdateData(void const * data, uint32_t elementOffset, uint32_t elementCount)
75{
76 m_buffer->GetBuffer()->UpdateData(m_ptr, data, elementOffset, elementCount);
77}
78} // namespace dp

Callers

nothing calls this directly

Calls 1

GetBufferMethod · 0.45

Tested by

no test coverage detected