Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TomDoesTech/REST-API-Tutorial
/ deletePost
Function
deletePost
src/service/post.service.ts:28–30 ·
view source on GitHub ↗
(query: FilterQuery<PostDocument>)
Source
from the content-addressed store, hash-verified
26
}
27
28
export
function
deletePost(query: FilterQuery<PostDocument>) {
29
return
Post.deleteOne(query);
30
}
Callers
1
deletePostHandler
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected