| 202 | return false; |
| 203 | } |
| 204 | bool Component::isMoveable() |
| 205 | { |
| 206 | // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'. |
| 207 | return true; |
| 208 | } |
| 209 | bool Component::isVersionChangeable() |
| 210 | { |
| 211 | auto list = getVersionList(); |
no outgoing calls
no test coverage detected