MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / open

Function open

web/js/chat-apps-dialog.js:154–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152// --- Internal Helpers ---
153
154function open() {
155 populateForm();
156 selectChatAppsTab(getInitialChatAppsTab(state.config?.adapters || {}));
157 dialog.showModal();
158}
159
160function close() {
161 dialog.close();

Callers

nothing calls this directly

Calls 3

selectChatAppsTabFunction · 0.85
getInitialChatAppsTabFunction · 0.85
populateFormFunction · 0.70

Tested by

no test coverage detected