============================================================================= System wraps Xenia and Pillar together into a single system.
| 72 | |
| 73 | // System wraps Xenia and Pillar together into a single system. |
| 74 | type System struct { |
| 75 | Xenia |
| 76 | Pillar |
| 77 | } |
| 78 | |
| 79 | // ============================================================================= |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected