MCPcopy
hub / github.com/NaiboWang/EasySpider / toRaw

Function toRaw

ElectronJS/src/js/vue.global.js:1422–1425  ·  view source on GitHub ↗
(observed)

Source from the content-addressed store, hash-verified

1420 return isReactive(value) || isReadonly(value);
1421 }
1422 function toRaw(observed) {
1423 const raw = observed && observed["__v_raw" /* ReactiveFlags.RAW */];
1424 return raw ? toRaw(raw) : observed;
1425 }
1426 function markRaw(value) {
1427 def(value, "__v_skip" /* ReactiveFlags.SKIP */, true);
1428 return value;

Callers 15

hasOwnPropertyFunction · 0.85
createSetterFunction · 0.85
getFunction · 0.85
hasFunction · 0.85
sizeFunction · 0.85
addFunction · 0.85
setFunction · 0.85
deleteEntryFunction · 0.85
clearFunction · 0.85
createForEachFunction · 0.85
createIterableMethodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected