Getter for content type.
| 205 | |
| 206 | /// Getter for content type. |
| 207 | TypeCode getContentTypeCode() const noexcept { return Type; } |
| 208 | |
| 209 | /// Check whether this is a function type. |
| 210 | bool isFunc() const noexcept { return (Type == TypeCode::Func); } |
no outgoing calls
no test coverage detected