Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ shallowReadonly
Function
shallowReadonly
tech-study.js:1177–1179 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
1175
* @returns
1176
*/
1177
const
shallowReadonly = (target) => {
1178
return
createReactiveObj(target, true, true);
1179
};
1180
/**
1181
* @description proxy
1182
* @param val
Callers
nothing calls this directly
Calls
1
createReactiveObj
Function · 0.70
Tested by
no test coverage detected