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

Method inc

packages/blog/index.ts:60–62  ·  view source on GitHub ↗
(did: ObjectId, key: NumberKeys<BlogDoc>, value: number)

Source from the content-addressed store, hash-verified

58 }
59
60 static inc(did: ObjectId, key: NumberKeys<BlogDoc>, value: number): Promise<BlogDoc | null> {
61 return DocumentModel.inc('system', TYPE_BLOG, did, key, value);
62 }
63
64 static del(did: ObjectId): Promise<never> {
65 return Promise.all([

Callers 3

submitMethod · 0.45
getMethod · 0.45
createRegistryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected