MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / getServerDescription

Function getServerDescription

packages/ui/src/utils/server.tsx:20–24  ·  view source on GitHub ↗
(server: ServerPublic)

Source from the content-addressed store, hash-verified

18
19// TODO: Handle this at the API level
20export function getServerDescription(server: ServerPublic) {
21 return (
22 server.description ?? `Join the ${server.name} server to ask questions!`
23 );
24}

Callers 2

ViewServerAboutFunction · 0.90
HeroAreaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected