Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xifangczy/cat-catch
/ set
Function
set
js/popup.js:349–352 ·
view source on GitHub ↗
(newValue)
Source
from the content-addressed store, hash-verified
347
return
data._checked;
348
},
349
set(newValue) {
350
data._checked = newValue;
351
data.html.find(
'input'
).prop(
"checked"
, newValue);
352
}
353
});
354
355
// 数据发送
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected