| 210 | return type_string() == "Unique" || type_string() == "UniqueWithCounts"; |
| 211 | } |
| 212 | bool IsPlaceholder() const { return type_string() == "Placeholder"; } |
| 213 | bool IsSwitch() const { return class_ == NC_SWITCH; } |
| 214 | bool IsMerge() const { return class_ == NC_MERGE; } |
| 215 | bool IsEnter() const { return class_ == NC_ENTER; } |
no outgoing calls
no test coverage detected