(funcName)
| 36 | }; |
| 37 | |
| 38 | function getFunctionColor(funcName) { |
| 39 | return FUNCTION_COLORS[funcName] || DEFAULT_FUNCTION_COLOR; |
| 40 | } |
| 41 | |
| 42 | // ============================================================================ |
| 43 | // Animation Manager |
no outgoing calls
no test coverage detected
searching dependent graphs…