MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / handleModelTagClick

Function handleModelTagClick

codeclash/viewer/static/js/picker.js:1061–1064  ·  view source on GitHub ↗
(event, modelName)

Source from the content-addressed store, hash-verified

1059}
1060
1061function handleModelTagClick(event, modelName) {
1062 event.stopPropagation();
1063 toggleModelSelection(event, modelName);
1064}
1065
1066function handleDateClick(event, dateText) {
1067 event.stopPropagation();

Callers

nothing calls this directly

Calls 1

toggleModelSelectionFunction · 0.85

Tested by

no test coverage detected