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

Method set

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

Source from the content-addressed store, hash-verified

88
89template<class T, class Key, class Hash>
90inline bool Foam::HashTable<T, Key, Hash>::set
91(
92 const Key& key,
93 const T& newEntry
94)
95{
96 return this->set(key, newEntry, false);
97}
98
99
100template<class T, class Key, class Hash>

Callers 1

insertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected