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

Method updateStore

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

Source from the content-addressed store, hash-verified

113
114 // eslint-disable-next-line @typescript-eslint/no-explicit-any
115 updateStore(...args: any[]) {
116 return new Cursor(this.store!.update(...args));
117 }
118 // eslint-disable-next-line @typescript-eslint/no-explicit-any
119 updateInStore(...args: any[]) {
120 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