Returns if code is currently added to a function.
| 255 | /// Returns <see langword="true"/> if code is currently added to a function. |
| 256 | /// </summary> |
| 257 | bool is_in_function() const { return _current_function != nullptr; } |
| 258 | |
| 259 | /// <summary> |
| 260 | /// Creates a new basic block. |
no outgoing calls
no test coverage detected