(id: string)
| 26 | |
| 27 | // id may be function name of Object, add a prefix to avoid this problem. |
| 28 | function generateNodeKey(id: string): string { |
| 29 | return '_EC_' + id; |
| 30 | } |
| 31 | |
| 32 | class Graph { |
| 33 | type: 'graph' = 'graph'; |
no outgoing calls
no test coverage detected
searching dependent graphs…