(item, label)
| 206 | // TBD |
| 207 | } |
| 208 | async setLabel(item, label) { |
| 209 | if (item) { |
| 210 | await this.tree.setLabel(item, label); |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | async setInode(item) { |
| 215 | if (item._children) item._children = null; |
no outgoing calls
no test coverage detected