Closed lordrip closed 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@6823d5a
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context
A frequent use case for the Canvas is to identify nodes, unfortunately, there's no easy way to find nodes using a predicate.
Changes
This PR allows finding nodes given a predicate or retrieving all nodes if no predicate has been provided.
How to use?
Prerequisite of: https://github.com/KaotoIO/kaoto/pull/1574