MCPcopy Create free account
hub / github.com/apache/trafficserver / force_insert

Method force_insert

lib/yamlcpp/include/yaml-cpp/node/impl.h:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374// map
375template <typename Key, typename Value>
376inline void Node::force_insert(const Key& key, const Value& value) {
377 EnsureNodeExists();
378 m_pNode->force_insert(key, value, m_pMemory);
379}
380
381// free functions
382inline bool operator==(const Node& lhs, const Node& rhs) { return lhs.is(rhs); }

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
encodeMethod · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36