MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / put

Method put

Source/Misc/luabind/src/inheritance.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void cache::put(
98 class_id src, class_id target, class_id dynamic_id
99 , std::ptrdiff_t object_offset, std::ptrdiff_t offset, int distance)
100 {
101 m_cache.insert(std::make_pair(
102 key_type(src, target, dynamic_id, object_offset)
103 , cache_entry(offset, distance)
104 ));
105 }
106
107 void cache::invalidate()
108 {

Callers 2

register_Method · 0.45
castMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected