MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / increment

Method increment

packages/sdks/sdk/src/index.ts:236–241  ·  view source on GitHub ↗
(payload: IncrementPayload)

Source from the content-addressed store, hash-verified

234 }
235
236 increment(payload: IncrementPayload) {
237 return this.send({
238 type: 'increment',
239 payload,
240 });
241 }
242
243 decrement(payload: DecrementPayload) {
244 return this.send({

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected