# Objective `SystemSetNode` doesn't really add much value beyond a couple helper functions for getting the name as a string and checking if its a `SystemTypeSet`. We can replace it entirely and use `InternedSystemSet` directly by inlining these helper functions' usages without sacrificing readability. ## Solution Remove it and replace it with direct `InternedSystemSet` usage. ## Testing Reusing current tests. |
||
|---|---|---|
| .. | ||
| executor | ||
| graph | ||
| auto_insert_apply_deferred.rs | ||
| condition.rs | ||
| config.rs | ||
| mod.rs | ||
| pass.rs | ||
| schedule.rs | ||
| set.rs | ||
| stepping.rs | ||