| 255 | |
| 256 | template <typename T, typename Tag> |
| 257 | bool parseKeyFrameValue(const char *, model::Value<T, Tag> &) |
| 258 | { |
| 259 | return false; |
| 260 | } |
| 261 | |
| 262 | template <typename T> |
| 263 | bool parseKeyFrameValue(const char * key, |
nothing calls this directly
no outgoing calls
no test coverage detected