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

Method getStatus

packages/blog/index.ts:92–94  ·  view source on GitHub ↗
(did: ObjectId, uid: number)

Source from the content-addressed store, hash-verified

90 }
91
92 static getStatus(did: ObjectId, uid: number) {
93 return DocumentModel.getStatus('system', TYPE_BLOG, did, uid);
94 }
95
96 static setStatus(did: ObjectId, uid: number, $set) {
97 return DocumentModel.setStatus('system', TYPE_BLOG, did, uid, $set);

Callers 2

applyFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected