Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1137
const
isReactive = (val) => {
1138
return
!!(val && val[ReactiveFlags.IS_REACTIVE]);
1139
};
1140
/**
1141
* @description 创建 reactive
1142
* @param target
Callers
1
isProxy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected