MCPcopy Create free account
hub / github.com/changesets/changesets / readConfig

Function readConfig

packages/cli/src/commands/status/__tests__/status.ts:12–14  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

10import status from "..";
11
12async function readConfig(cwd: string) {
13 return read(cwd, await getPackages(cwd));
14}
15
16function replaceHumanIds(releaseObj: ReleasePlan | undefined) {
17 if (!releaseObj) {

Callers 1

status.tsFile · 0.70

Calls 1

readFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…