MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / writeText

Function writeText

packages/bumpy/src/utils/fs.ts:64–66  ·  view source on GitHub ↗
(filePath: string, content: string)

Source from the content-addressed store, hash-verified

62}
63
64export async function writeText(filePath: string, content: string): Promise<void> {
65 await writeFile(filePath, content, 'utf-8');
66}
67
68export async function exists(filePath: string): Promise<boolean> {
69 try {

Callers 9

git.test.tsFile · 0.90
migrate.test.tsFile · 0.90
initCommandFunction · 0.90
applyReleasePlanFunction · 0.90
writeBumpFileFunction · 0.90
addCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…