MCPcopy 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}
124inline const RegEx Comment() {
125 static const RegEx e = RegEx('#');
126 return e;
127}
128inline const RegEx& Anchor() {
129 static const RegEx e = !(RegEx("[]{},", REGEX_OR) | BlankOrBreak());
130 return e;

Callers 9

ScanToNextTokenMethod · 0.70
ScanDirectiveMethod · 0.70
ScanBlockScalarMethod · 0.70
exp.hFile · 0.70
IsValidPlainScalarFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50
YAML_add_commentFunction · 0.50
config_setMethod · 0.50

Calls 1

RegExClass · 0.85

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40