| 25 | } |
| 26 | |
| 27 | interface Result { |
| 28 | name: string; |
| 29 | user?: Sizes; |
| 30 | runtime?: Sizes; |
| 31 | total?: Sizes; |
| 32 | } |
| 33 | |
| 34 | interface Saved { |
| 35 | examples: Record<string, string>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…