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

Function isReadonly

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

Source from the content-addressed store, hash-verified

1159 * @returns
1160 */
1161const isReadonly = (val) => {
1162 return !!(val && val[ReactiveFlags.IS_READONLY]);
1163};
1164/**
1165 * @description 创建 readonly
1166 * @param target

Callers 2

createSettersFunction · 0.70
isProxyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected