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

Function getPromoted

packages/website/src/helpers/config.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17};
18
19export const getPromoted = () => {
20 return PromotedConfig.promoted;
21};
22
23type Alternative = {
24 slug: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected