translateCPGToOGMBuilders

fun translateCPGToOGMBuilders(translationResult: TranslationResult): Pair<List<DefaultNodeBuilder>?, List<DefaultRelationshipBuilder>?>

Create node and relationship builders to map the cpg via OGM. This method is not a public API of the OGM, thus we use reflection to access the related methods.

Parameters

translationResult

, translationResult to map