MCPcopy 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
290function isNavbarLink(link: TypesGen.LinkConfig): boolean {
291 return link.location === "navbar";
292}
293
294interface SupportButtonProps {
295 name: string;

Callers 1

NavbarViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected