| 237 | return false; |
| 238 | } |
| 239 | bool Component::isMoveable() |
| 240 | { |
| 241 | // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'. |
| 242 | return true; |
| 243 | } |
| 244 | bool Component::isVersionChangeable() |
| 245 | { |
| 246 | auto list = getVersionList(); |
no outgoing calls
no test coverage detected