MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / isReactive

Function isReactive

tech-study.js:1137–1139  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1135 * @returns
1136 */
1137const isReactive = (val) => {
1138 return !!(val && val[ReactiveFlags.IS_REACTIVE]);
1139};
1140/**
1141 * @description 创建 reactive
1142 * @param target

Callers 1

isProxyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected