MCPcopy Create free account
hub / github.com/apache/trafficserver / PushToken

Method PushToken

lib/yamlcpp/src/scanner.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267Token* Scanner::PushToken(Token::TYPE type) {
268 m_tokens.push(Token(type, INPUT.mark()));
269 return &m_tokens.back();
270}
271
272Token::TYPE Scanner::GetStartTokenFor(IndentMarker::INDENT_TYPE type) const {
273 switch (type) {

Callers

nothing calls this directly

Calls 3

TokenClass · 0.70
pushMethod · 0.45
markMethod · 0.45

Tested by

no test coverage detected