MCPcopy Create free account
hub / github.com/LeChatErrant/API-template / getPost

Function getPost

src/routes/post/postControllers.ts:40–42  ·  view source on GitHub ↗
(post: Post)

Source from the content-addressed store, hash-verified

38}
39
40export async function getPost(post: Post) {
41 return buildPostRo(post);
42}
43
44export async function updatePost(post: Post, payload: PostUpdateDto) {
45 const updatedPost = await db.post.update({

Callers

nothing calls this directly

Calls 1

buildPostRoFunction · 0.90

Tested by

no test coverage detected