Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a function add_scope_connectors() to the Map{Entry, Exit} #1829

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

philip-paul-mueller
Copy link
Collaborator

For a Map one must always perform two calls (one to Node.add_in_connector() and Node.add_out_connector()), both calls are different, but highly related. This commit added a new function to the Map{Entry, Exit} classes that allows to combine these two calls into one.

…odes.

For a Map one must always perform two calls (one to `Node.add_in_connector()` and `Node.add_out_connector()`), both calls are different, but highly related.
This commit added a new function to the `Map{Entry, Exit}` classes that allows to combine these two calls into one.
@phschaad phschaad enabled auto-merge December 13, 2024 11:07
@phschaad phschaad added this pull request to the merge queue Dec 13, 2024
Merged via the queue into spcl:main with commit 09e4f7c Dec 13, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants