| 12 | } |
| 13 | |
| 14 | InjectorDescription::InjectorDescription() |
| 15 | { |
| 16 | genome = GenomeDescriptionService::get().convertDescriptionToBytes(GenomeDescription()); |
| 17 | } |
| 18 | |
| 19 | CellFunction CellDescription::getCellFunctionType() const |
| 20 | { |
nothing calls this directly
no test coverage detected