MCPcopy Create free account
hub / github.com/api-platform/website / getConferenceTimes

Function getConferenceTimes

pwa/utils/con/index.tsx:48–51  ·  view source on GitHub ↗
(date, start, end)

Source from the content-addressed store, hash-verified

46 start?: string,
47 end?: string
48) => string = (date, start, end) =>
49 start && end
50 ? `${convertTime(date, start)} - ${convertTime(date, end)}`
51 : toLocaleDate(date);
52
53export const getConferenceDate: (
54 date: string,

Callers 3

SpeakerConferenceSlotFunction · 0.90
SlotItemFunction · 0.90
getConferenceDateFunction · 0.85

Calls 2

convertTimeFunction · 0.70
toLocaleDateFunction · 0.70

Tested by

no test coverage detected