MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / insert

Method insert

src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template<class T, class Key, class Hash>
79inline bool Foam::HashTable<T, Key, Hash>::insert
80(
81 const Key& key,
82 const T& newEntry
83)
84{
85 return this->set(key, newEntry, true);
86}
87
88
89template<class T, class Key, class Hash>

Callers 15

readDictFunction · 0.45
warnUnhandledTypeFunction · 0.45
calcSnappedCcFunction · 0.45
calcSnappedPointFunction · 0.45
calcAddressingFunction · 0.45
probes.CFile · 0.45
distributeAndMergeCellsFunction · 0.45
meshToMesh0.CFile · 0.45

Calls 1

setMethod · 0.95

Tested by

no test coverage detected