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

Function __testClearFrameworks

packages/create/src/frameworks.ts:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135export function __testClearFrameworks() {
136 frameworks.length = 0
137}
138
139export function registerFramework(framework: FrameworkDefinition) {
140 const { addOns, base, ...rest } = framework

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected