MCPcopy
hub / github.com/wasp-lang/wasp / main.wasp.ts

File main.wasp.ts

examples/tutorials/TodoApp/main.wasp.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { action, app, page, query, route } from "@wasp.sh/spec";
2
3import { createTask, updateTask } from "./src/actions" with { type: "ref" };
4import { LoginPage } from "./src/LoginPage" with { type: "ref" };

Callers

nothing calls this directly

Calls 5

appFunction · 0.90
routeFunction · 0.90
pageFunction · 0.90
queryFunction · 0.90
actionFunction · 0.90

Tested by

no test coverage detected