| 30 | // SettingDataFrames |
| 31 | |
| 32 | SettingDataFrames::SettingDataFrames(const SettingMetaFrames* meta) : SettingDataString(meta), meta(meta) {} |
| 33 | |
| 34 | bool SettingDataFrames::IsValid() const { return IsFrames(this->value) || this->value.empty(); } |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected