MCPcopy Create free account
hub / github.com/GJDuck/e9patch / insertMapping

Function insertMapping

src/e9patch/e9mapping.cpp:267–270  ·  view source on GitHub ↗

* Insert a mapping into the set. */

Source from the content-addressed store, hash-verified

265 * Insert a mapping into the set.
266 */
267static void insertMapping(Mapping *mapping, MappingSet &mappings)
268{
269 mappings.push_back(mapping);
270}
271
272/*
273 * Save a mapping into the set.

Callers 2

saveMappingFunction · 0.85
collectMappingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected