Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Comment
Function
Comment
lib/yamlcpp/src/exp.h:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
return e;
123
}
124
inline const RegEx Comment() {
125
static const RegEx e = RegEx(
'#'
);
126
return e;
127
}
128
inline const RegEx& Anchor() {
129
static const RegEx e = !(RegEx(
"[]{},"
, REGEX_OR) | BlankOrBreak());
130
return e;
Callers
9
ScanToNextToken
Method · 0.70
ScanDirective
Method · 0.70
ScanBlockScalar
Method · 0.70
exp.h
File · 0.70
IsValidPlainScalar
Function · 0.70
TEST_F
Function · 0.50
TEST_F
Function · 0.50
YAML_add_comment
Function · 0.50
config_set
Method · 0.50
Calls
1
RegEx
Class · 0.85
Tested by
2
TEST_F
Function · 0.40
TEST_F
Function · 0.40