Check if current line starts a block of %init code
| 941 | |
| 942 | /// Check if current line starts a block of %init code |
| 943 | bool Reflex::is_init_code() |
| 944 | { |
| 945 | return br(0, "%init"); |
| 946 | } |
| 947 | |
| 948 | /// Check if current line starts a block of %begin code |
| 949 | bool Reflex::is_begin_code() |
nothing calls this directly
no outgoing calls
no test coverage detected