Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
function
openGuide(url) {
71
window.open(url,
"_blank"
,
"noopener,noreferrer"
);
72
}
73
74
function
selectChatAppsTab(tabName) {
75
tabButtons.forEach((button) => {
Callers
1
initChatAppsDialog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected