MCPcopy Create free account
hub / github.com/chrxh/alien / convert

Method convert

source/EngineInterface/PreviewDescriptionService.cpp:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390PreviewDescription
391PreviewDescriptionService::convert(GenomeDescription const& genome, std::optional<int> selectedNode, SimulationParameters const& parameters)
392{
393 auto cellInternDescriptions = convertToPreviewDescriptionIntern(genome, std::nullopt, std::nullopt, std::nullopt, std::nullopt, parameters);
394 return createPreviewDescription(cellInternDescriptions, parameters);
395}

Callers 3

showPreviewMethod · 0.45
updateMethod · 0.45
processCellGenomeTabMethod · 0.45

Calls 2

createPreviewDescriptionFunction · 0.85

Tested by 1

processCellGenomeTabMethod · 0.36