Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ initModelPicker
Function
initModelPicker
app/src/modules/model-picker.js:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
export
function
initModelPicker() {
44
$(
'model-picker'
).addEventListener(
'click'
, e => {
45
if
(e.target === $(
'model-picker'
)) hideModelPicker();
46
});
47
}
Callers
nothing calls this directly
Calls
2
$
Function · 0.90
hideModelPicker
Function · 0.70
Tested by
no test coverage detected