MCPcopy Create free account
hub / github.com/codename-co/stack / getAlternativeMetadata

Function getAlternativeMetadata

packages/website/src/helpers/config.ts:30–34  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

28};
29
30export const getAlternativeMetadata = (slug: string): Alternative => {
31 return AlternativesConfig.alternatives.find(
32 (entry: any) => entry.slug === slug,
33 );
34};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected