Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ CurGroupLongKey
Method
CurGroupLongKey
lib/yamlcpp/src/emitterstate.cpp:222–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
bool EmitterState::CurGroupLongKey() const {
223
return m_groups.empty() ? false : m_groups.back()->longKey;
224
}
225
226
std::size_t EmitterState::LastIndent() const {
227
if (m_groups.size() <= 1) {
Callers
2
FlowMapPrepareNode
Method · 0.80
BlockMapPrepareNode
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected