MCPcopy Create free account
hub / github.com/codename-co/stack / Change

Interface Change

packages/scripts/maintenance/sync-metadata.ts:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65import { readFileSync } from "node:fs";
66
67interface Change {
68 field: string;
69 from: unknown;
70 to: unknown;
71}
72
73interface Result {
74 slug: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected