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

Method AddMutation

libs/drape/attribute_buffer_mutator.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void AttributeBufferMutator::AddMutation(BindingInfo const & info, MutateNode const & node)
16{
17 m_data[info].push_back(node);
18}
19
20void * AttributeBufferMutator::AllocateMutationBuffer(size_t byteCount)
21{

Callers 3

GetAttributeMutationMethod · 0.80
GetAttributeMutationMethod · 0.80
GetAttributeMutationMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected