MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / patchFigmaDelete

Function patchFigmaDelete

packages/extension/rewrite/runtime.ts:45–47  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

43}
44
45function patchFigmaDelete(code: string): string {
46 return code.replaceAll(FIGMA_DELETE_PATCH_TARGET, FIGMA_DELETE_PATCH_VALUE)
47}
48
49export async function rewriteCurrentScript(groups: Group[]): Promise<void> {
50 const current = getCurrentScript()

Callers 1

rewriteCurrentScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected