( obj1: x, obj2: y, menu: HTMLDivElement, layered: contextCluster<unknown, unknown>[], processed: WeakSet<menuPart<unknown, unknown>>, )
| 13 | interface menuPart<x, y> { |
| 14 | group?: string; |
| 15 | makeContextHTML( |
| 16 | obj1: x, |
| 17 | obj2: y, |
| 18 | menu: HTMLDivElement, |
no outgoing calls
no test coverage detected