()
| 30 | } |
| 31 | |
| 32 | public nodeMap(): Map<string, TableBundleDataSheet> { |
| 33 | return this._nodeMap; |
| 34 | } |
| 35 | |
| 36 | public apply(sheet: TableBundleDataSheet, id: string = 'dst001', name: string = 'datasheet'): void { |
| 37 | this._nodeMap.set(id, sheet); |
no outgoing calls
no test coverage detected