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

Method is_init_code

src/reflex.cpp:943–946  ·  view source on GitHub ↗

Check if current line starts a block of %init code

Source from the content-addressed store, hash-verified

941
942/// Check if current line starts a block of %init code
943bool Reflex::is_init_code()
944{
945 return br(0, "%init");
946}
947
948/// Check if current line starts a block of %begin code
949bool Reflex::is_begin_code()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected