MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / getMulti

Method getMulti

packages/blog/index.ts:75–78  ·  view source on GitHub ↗
(query: Filter<BlogDoc> = {})

Source from the content-addressed store, hash-verified

73 }
74
75 static getMulti(query: Filter<BlogDoc> = {}) {
76 return DocumentModel.getMulti('system', TYPE_BLOG, query)
77 .sort({ _id: -1 });
78 }
79
80 static async addReply(did: ObjectId, owner: number, content: string, ip: string): Promise<ObjectId> {
81 const [[, drid]] = await Promise.all([

Callers 6

getMethod · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected