MCPcopy Index your code
hub / github.com/solidjs/solid-start / FunctionExpression

Function FunctionExpression

packages/start/src/directives/plugin.ts:375–377  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

373 transformFunction(ctx.opts, path, false);
374 },
375 FunctionExpression(path) {
376 transformFunction(ctx.opts, path, false);
377 },
378 });
379 program.scope.crawl();
380

Callers

nothing calls this directly

Calls 1

transformFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…