Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
import
status from
".."
;
11
12
async
function
readConfig(cwd: string) {
13
return
read(cwd,
await
getPackages(cwd));
14
}
15
16
function
replaceHumanIds(releaseObj: ReleasePlan | undefined) {
17
if
(!releaseObj) {
Callers
1
status.ts
File · 0.70
Calls
1
read
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…