MCPcopy
hub / github.com/xaboy/form-create / update

Function update

packages/core/src/factory/context.js:251–266  ·  view source on GitHub ↗
(handle, init)

Source from the content-addressed store, hash-verified

249 });
250 },
251 update(handle, init) {
252 extend(this, {
253 deleted: false,
254 $handle: handle,
255 $render: handle.$render,
256 $api: handle.api,
257 vm: handle.vm,
258 vNode: handle.$render.vNode,
259 updated: false,
260 cacheValue: this.rule.value
261 });
262 !init && this.unwatch();
263 this.watchTo();
264 this.link();
265 this.updateType();
266 }
267})

Callers

nothing calls this directly

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected