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

Method setStatus

packages/blog/index.ts:96–98  ·  view source on GitHub ↗
(did: ObjectId, uid: number, $set)

Source from the content-addressed store, hash-verified

94 }
95
96 static setStatus(did: ObjectId, uid: number, $set) {
97 return DocumentModel.setStatus('system', TYPE_BLOG, did, uid, $set);
98 }
99}
100
101global.Hydro.model.blog = BlogModel;

Callers 15

applyFunction · 0.80
setStarMethod · 0.80
getMethod · 0.80
upgrade.tsFile · 0.80
setStatusFunction · 0.80
setStarFunction · 0.80
setStatusFunction · 0.80
setStarMethod · 0.80
setStatusFunction · 0.80
voteMethod · 0.80
getMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected