MCPcopy Index your code
hub / github.com/github/docs /

Class

tests/helpers/data-directory.js:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected