| 108 | } |
| 109 | |
| 110 | bool isSerpentine() const FL_NOEXCEPT { return type == kSerpentine; } |
| 111 | bool isLineByLine() const FL_NOEXCEPT { return type == kLineByLine; } |
| 112 | bool isFunction() const FL_NOEXCEPT { return type == kFunction; } |
| 113 | bool isLUT() const FL_NOEXCEPT { return type == kLookUpTable; } |
no outgoing calls
no test coverage detected