MCPcopy Index your code
hub / github.com/solidjs/solid-start / StartManifest

Interface StartManifest

packages/start/src/virtual.d.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface StartManifest {
9 getAssets(id: string): Promise<import("./server/assets/render").Asset[]>;
10}
11
12declare module "solid-start:get-client-manifest" {
13 export const getClientManifest: () => StartManifest;

Callers 4

getAssetsFunction · 0.80
createPageEventFunction · 0.80
jsonFunction · 0.80
createPageEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected