| 103 | } |
| 104 | |
| 105 | void exitComponent() noexcept { |
| 106 | assuming(!CompCtxs.empty()); |
| 107 | CompCtxs.pop_back(); |
| 108 | } |
| 109 | |
| 110 | /// Returns true if the current scope is a type definition scope |
| 111 | /// (componenttype or instancetype), not a real component scope. |
no test coverage detected