MCPcopy Create free account
hub / github.com/dailydotdev/apps / fetchDirectoryAd

Function fetchDirectoryAd

packages/shared/src/lib/ads.ts:140–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138};
139
140export const fetchDirectoryAd = async (): Promise<Ad | null> => {
141 return fetchAdByPlacement({
142 placement: AdPlacement.SquadDirectory,
143 allowSquadBoost: true,
144 });
145};

Callers

nothing calls this directly

Calls 1

fetchAdByPlacementFunction · 0.85

Tested by

no test coverage detected