============================================================================= System wraps Xenia and Pillar together into a single system.
| 54 | |
| 55 | // System wraps Xenia and Pillar together into a single system. |
| 56 | type System struct { |
| 57 | Xenia |
| 58 | Pillar |
| 59 | } |
| 60 | |
| 61 | // ============================================================================= |
| 62 |
nothing calls this directly
no outgoing calls
no test coverage detected