(baseId: string)
| 110 | } |
| 111 | |
| 112 | base(baseId: string) { |
| 113 | return new Base(this.runTask.bind(this), baseId); |
| 114 | } |
| 115 | |
| 116 | //todo these require batch support because they send too many events |
| 117 | // onTableChanges(params: { |
no outgoing calls
no test coverage detected