MCPcopy
hub / github.com/freshframework/fresh / appWrapper

Method appWrapper

packages/fresh/src/app.ts:242–245  ·  view source on GitHub ↗
(component: RouteComponent<State>)

Source from the content-addressed store, hash-verified

240 }
241
242 appWrapper(component: RouteComponent<State>): this {
243 this.#commands.push(newAppCmd(component));
244 return this;
245 }
246
247 layout(
248 path: string,

Callers 4

app_test.tsxFile · 0.80
builder_test.tsFile · 0.80
head_test.tsxFile · 0.80

Calls 1

newAppCmdFunction · 0.90

Tested by

no test coverage detected