MCPcopy Create free account
hub / github.com/acode/cli /

Class

cli/config.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const CONFIG_VAR_TIMESTAMP = 'CREATED_AT';
8
9class Config {
10
11 constructor (pathname, filename) {
12 this.pathname = pathname || DEFAULT_PATHNAME;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected