| 15 | } |
| 16 | |
| 17 | export interface FrameData { |
| 18 | identifier: string; |
| 19 | time: number; |
| 20 | attributes: {[name: string]: number}; |
| 21 | children: FrameData[]; |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…