MCPcopy Index your code
hub / github.com/Tencent/kbone / $$init

Function $$init

packages/miniprogram-render/src/node/class-list.js:42–45  ·  view source on GitHub ↗

* 初始化实例

(onUpdate)

Source from the content-addressed store, hash-verified

40 * 初始化实例
41 */
42 $$init(onUpdate) {
43 // 不直接设置在 this 上防止 array 退化
44 onUpdateMap.set(this, onUpdate)
45 },
46
47 /**
48 * 销毁实例

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected