MCPcopy Create free account
hub / github.com/TanStack/router / Program

Function Program

packages/router-plugin/tests/utils.test.ts:26–29  ·  view source on GitHub ↗
(path: NodePath<t.Program>)

Source from the content-addressed store, hash-verified

24
25 babel.traverse(ast, {
26 Program(path: NodePath<t.Program>) {
27 programPath = path
28 path.stop()
29 },
30 })
31
32 if (!programPath) {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected