Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ onClickIcon
Function
onClickIcon
frontend/src/hooks/useHeaderMenus.ts:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
};
81
82
const
onClickIcon = () => {
83
window.open(
"https://github.com/MCSManager/MCSManager"
,
"_blank"
);
84
};
85
86
const
menus = computed(() => {
87
return
router
Callers
nothing calls this directly
Calls
1
open
Method · 0.80
Tested by
no test coverage detected