| 40 | CanonOpt() noexcept : Code(ComponentCanonOptCode::Encode_UTF8), Idx(0) {} |
| 41 | |
| 42 | ComponentCanonOptCode getCode() const noexcept { return Code; } |
| 43 | void setCode(const ComponentCanonOptCode C) noexcept { Code = C; } |
| 44 | |
| 45 | uint32_t getIndex() const noexcept { return Idx; } |
no outgoing calls
no test coverage detected