Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ getId
Method
getId
src/base/ValueCache.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
int ValueCache::m_last_id = 0;
20
21
int ValueCache::getId()
22
{
23
std::unique_lock<std::mutex> lock(id_mutex);
24
return ++m_last_id;
25
}
26
27
void ValueCache::clear()
28
{
Callers
12
updateThermo
Method · 0.80
_updateThermo
Method · 0.80
updateElasticElectronEnergyLossCoefficients
Method · 0.80
updateThermo
Method · 0.80
calcDensity
Method · 0.80
A_Debye_TP
Method · 0.80
dA_DebyedP_TP
Method · 0.80
s_update_lnMolalityActCoeff
Method · 0.80
s_update_dlnMolalityActCoeff_dT
Method · 0.80
s_update_d2lnMolalityActCoeff_dT2
Method · 0.80
s_update_dlnMolalityActCoeff_dP
Method · 0.80
updateROP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected