Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ isProxy
Function
isProxy
tech-study.js:1185–1187 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
1183
* @returns
1184
*/
1185
const
isProxy = (val) => {
1186
return
isReactive(val) || isReadonly(val);
1187
};
1188
/**
1189
* @description reactive
1190
* @param target
Callers
1
watch
Function · 0.70
Calls
2
isReactive
Function · 0.70
isReadonly
Function · 0.70
Tested by
no test coverage detected