Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
Token* Scanner::PushToken(Token::TYPE type) {
268
m_tokens.push(Token(type, INPUT.mark()));
269
return &m_tokens.back();
270
}
271
272
Token::TYPE Scanner::GetStartTokenFor(IndentMarker::INDENT_TYPE type) const {
273
switch (type) {
Callers
nothing calls this directly
Calls
3
Token
Class · 0.70
push
Method · 0.45
mark
Method · 0.45
Tested by
no test coverage detected