MCPcopy Create free account
hub / github.com/decaporg/decap-cms / updateStore

Method updateStore

packages/decap-cms-lib-util/src/Cursor.ts:116–118  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

114
115 // eslint-disable-next-line @typescript-eslint/no-explicit-any
116 updateStore(...args: any[]) {
117 return new Cursor(this.store!.update(...args));
118 }
119 // eslint-disable-next-line @typescript-eslint/no-explicit-any
120 updateInStore(...args: any[]) {
121 return new Cursor(this.store!.updateIn(...args));

Callers 10

addActionMethod · 0.95
removeActionMethod · 0.95
setActionsMethod · 0.95
mergeActionsMethod · 0.95
wrapDataMethod · 0.95
unwrapDataMethod · 0.95
clearDataMethod · 0.95
setMetaMethod · 0.95
mergeMetaMethod · 0.95
addAppendActionsToCursorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected