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

Function writeEvent

packages/bumpy/test/core/ci-comment.test.ts:24–28  ·  view source on GitHub ↗
(payload: unknown)

Source from the content-addressed store, hash-verified

22let savedEnv: Record<string, string | undefined>;
23
24function writeEvent(payload: unknown): string {
25 const p = join(tmp, 'event.json');
26 writeFileSync(p, JSON.stringify(payload), 'utf-8');
27 return p;
28}
29
30beforeEach(() => {
31 tmp = mkdtempSync(join(tmpdir(), 'bumpy-ci-comment-'));

Callers 1

ci-comment.test.tsFile · 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…