MCPcopy Create free account
hub / github.com/TanStack/cli / __testRegisterFramework

Function __testRegisterFramework

packages/create/src/frameworks.ts:131–133  ·  view source on GitHub ↗
(framework: Framework)

Source from the content-addressed store, hash-verified

129}
130
131export function __testRegisterFramework(framework: Framework) {
132 frameworks.push(framework)
133}
134
135export function __testClearFrameworks() {
136 frameworks.length = 0

Callers 4

options.test.tsFile · 0.90
add-to-app.test.tsFile · 0.85
shared.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected