Skip to content

Avoid 'get_node' calls

argonvile requested to merge avoid-get-node into main

Get node calls introduce overhead and are against our project guidelines, the '%' operator is more efficient and nodes are cached.

Merge request reports

Loading