* Inserts a wrapper id that the host of this signal depends on. * @param wrapperId Wrapper id to insert.
(wrapperId: string)
| 45 | * @param wrapperId Wrapper id to insert. |
| 46 | */ |
| 47 | public insertRef(wrapperId: string) { |
| 48 | this._refs.add(wrapperId); |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Check if relationship is circular. |
no test coverage detected