MCPcopy Create free account
hub / github.com/TanStack/router /

Class

examples/react/quickstart-file-based/src/posts.tsx:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export class PostNotFoundError extends Error {}
10
11export const fetchPost = async (postId: string) => {
12 console.info(`Fetching post with id ${postId}...`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected