Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ isNavbarLink
Function
isNavbarLink
site/src/modules/dashboard/Navbar/NavbarView.tsx:290–292 ·
view source on GitHub ↗
(link: TypesGen.LinkConfig)
Source
from the content-addressed store, hash-verified
288
};
289
290
function isNavbarLink(link: TypesGen.LinkConfig): boolean {
291
return link.location ===
"navbar"
;
292
}
293
294
interface SupportButtonProps {
295
name: string;
Callers
1
NavbarView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected