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

Function postEmptyMessage

packages/backend/src/messaging.ts:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19export const postBackendMessage = safePostMessage;
20
21export const postEmptyMessage = () =>
22 postBackendMessage({ type: "empty" } as EmptyMessage);
23
24export const postConversionStart = () =>
25 postBackendMessage({ type: "conversionStart" } as ConversionStartMessage);

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected