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

Function serverToAnalyticsData

packages/constants/src/analytics.ts:38–45  ·  view source on GitHub ↗
(
	server: Pick<Server, 'id' | 'name'>,
)

Source from the content-addressed store, hash-verified

36};
37
38export function serverToAnalyticsData(
39 server: Pick<Server, 'id' | 'name'>,
40): ServerProps {
41 return {
42 'Server Id': server.id,
43 'Server Name': server.name,
44 };
45}
46
47export type ServerPropsWithSettings = ServerProps & {
48 'Read the Rules Consent Enabled': boolean;

Callers 5

ServerInviteTitleFunction · 0.90
ServerInviteJoinButtonFunction · 0.90
MessageResultPageFunction · 0.90
CommunityPageFunction · 0.90
FeaturedCommunityFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected