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

Function openGuide

web/js/chat-apps-dialog.js:70–72  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

68}
69
70function openGuide(url) {
71 window.open(url, "_blank", "noopener,noreferrer");
72}
73
74function selectChatAppsTab(tabName) {
75 tabButtons.forEach((button) => {

Callers 1

initChatAppsDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected