MCPcopy Create free account
hub / github.com/Genivia/RE-flex / write_section_1

Method write_section_1

src/reflex.cpp:2434–2441  ·  view source on GitHub ↗

Write section 1 user-defined code to lex.yy.cpp

Source from the content-addressed store, hash-verified

2432
2433/// Write section 1 user-defined code to lex.yy.cpp
2434void Reflex::write_section_1()
2435{
2436 if (!section_1.empty())
2437 {
2438 write_banner("SECTION 1: %{ user code %}");
2439 write_code(section_1);
2440 }
2441}
2442
2443/// Write section 3 user-defined code to lex.yy.cpp
2444void Reflex::write_section_3()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected