MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me /

Class

backend/src/api/sideBar/sideBar.controller.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ResponseStatus, ServiceResponse } from '@/common/models/serviceResponse'
5
6export default class SideBarController {
7 public async getAllTemplates(search: string, filter: string[], pageType: string): Promise<ServiceResponse<Template[] | null>> {
8 try {
9 let blocksData: FullTemplate[] = await FullTemplateModel.find({})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected