MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / operator()

Method operator()

common/peg-parser.cpp:362–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 }
361
362 common_peg_parse_result operator()(const common_peg_epsilon_parser & /* p */) const {
363 return common_peg_parse_result(COMMON_PEG_PARSE_RESULT_SUCCESS, start_pos);
364 }
365
366 common_peg_parse_result operator()(const common_peg_start_parser & /* p */) const {
367 return common_peg_parse_result(

Callers

nothing calls this directly

Calls 15

is_lenientMethod · 0.80
is_debugMethod · 0.80
dumpMethod · 0.80
failMethod · 0.80
endMethod · 0.80
need_more_inputMethod · 0.80
successMethod · 0.80
containsMethod · 0.80
check_atMethod · 0.80

Tested by

no test coverage detected