(tableInfo: TableProps)
| 8 | private _result: Record<string, string> = {}; |
| 9 | |
| 10 | constructor(tableInfo: TableProps) { |
| 11 | this.tableInfo = tableInfo; |
| 12 | } |
| 13 | |
| 14 | load(res: any) { |
| 15 | this._result = res; |
nothing calls this directly
no outgoing calls
no test coverage detected