Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.80
builder_test.ts
File · 0.80
no_client_js_test.tsx
File · 0.80
head_test.tsx
File · 0.80
Calls
1
newAppCmd
Function · 0.90
Tested by
no test coverage detected