MCPcopy Index your code
hub / github.com/bernaferrari/FigmaToCode / postError

Function postError

packages/backend/src/messaging.ts:31–32  ·  view source on GitHub ↗
(error: string)

Source from the content-addressed store, hash-verified

29) => postBackendMessage({ ...conversionData, type: "code" });
30
31export const postError = (error: string) =>
32 postBackendMessage({ type: "error", error } as ErrorMessage);
33
34export const postSettingsChanged = (settings: PluginSettings) =>
35 postBackendMessage({

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected