-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sam/header/programs: Add method to attach program to program chains
If the program is the first program in the graph, this is similar to calling `IndexMap::insert` on the inner graph. If no previous program is set, this attaches the program to all program chains using leaf programs as the given program's previous program. Thanks to @jamestwebber for initially exploring this in #245. Closes #245.
- Loading branch information
Showing
1 changed file
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters