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

Function workerUnitOptions

packages/extension/utils/codegen.ts:44–52  ·  view source on GitHub ↗
(
  config: CodegenConfig
)

Source from the content-addressed store, hash-verified

42 },
43 pluginCode
44 )
45}
46
47async function requestCodegen(
48 job: CodegenJobPayload,
49 pluginCode?: string
50): Promise<ResponsePayload> {
51 const response = await requestPluginSandbox<RequestPayload, unknown>(
52 PLUGIN_SANDBOX_WORKER.codegen,
53 {
54 ...job,
55 pluginCode

Callers 5

codegen.test.tsFile · 0.90
canonicalizeNamesFunction · 0.90
transformFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected