Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ decInstanceCount
Method
decInstanceCount
src/proxy/http/remap/PluginDso.cc:303–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void
304
PluginDso::decInstanceCount()
305
{
306
--_instanceCount;
307
PluginDbg(_dbg_ctl(),
"instance count (inst-count:%d, dso-addr:%p)"
, _instanceCount.load(), this);
308
}
309
310
int
311
PluginDso::instanceCount() const
Callers
1
done
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected