| 41 | // will create a single <tempdir>/data/ui.yml file. |
| 42 | // |
| 43 | export class DataDirectory { |
| 44 | constructor(data, root) { |
| 45 | this.root = root || this.createTempRoot('data-directory') |
| 46 | this.create(data) |
nothing calls this directly
no outgoing calls
no test coverage detected