Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void 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
GetBuffer
Method · 0.45
Tested by
no test coverage detected