MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / getShowCert

Function getShowCert

client/src/utils/ajax.ts:197–202  ·  view source on GitHub ↗
(
  username: string,
  certSlug: string
)

Source from the content-addressed store, hash-verified

195 completionTime: string;
196}
197export function getShowCert(
198 username: string,
199 certSlug: string
200): Promise<ResponseWithData<Cert>> {
201 return get(`/certificate/showCert/${username}/${certSlug}`);
202}
203
204export function getUsernameExists(
205 username: string

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected