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

Function fetchCommentAd

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

Source from the content-addressed store, hash-verified

132 fetchAdRequest({ path: '/v1/a', params });
133
134export const fetchCommentAd = async (): Promise<Ad | null> => {
135 return fetchAdByPlacement({
136 placement: AdPlacement.PostComment,
137 });
138};
139
140export const fetchDirectoryAd = async (): Promise<Ad | null> => {
141 return fetchAdByPlacement({

Callers

nothing calls this directly

Calls 1

fetchAdByPlacementFunction · 0.85

Tested by

no test coverage detected