MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / readText

Function readText

packages/bumpy/src/utils/fs.ts:60–62  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

58}
59
60export async function readText(filePath: string): Promise<string> {
61 return readFile(filePath, 'utf-8');
62}
63
64export async function writeText(filePath: string, content: string): Promise<void> {
65 await writeFile(filePath, content, 'utf-8');

Callers 10

migrate.test.tsFile · 0.90
getWorkspaceGlobsFunction · 0.90
loadCatalogsFunction · 0.90
getChangedCatalogEntriesFunction · 0.90
warnChangesetWorkflowsFunction · 0.90
applyReleasePlanFunction · 0.90
parseBumpFileFromPathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…