MCPcopy
hub / github.com/a-ghorbani/pocketpal-ai / get

Method get

src/services/talents/DatetimeEngine.ts:26–27  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

24 second: '2-digit',
25 }).formatToParts(new Date());
26 const get = (type: string) =>
27 parts.find(p => p.type === type)?.value ?? '00';
28 const summary = `${get('year')}-${get('month')}-${get('day')}T${get(
29 'hour',
30 )}:${get('minute')}:${get('second')} (${effectiveTz})`;

Callers 15

App.tsxFile · 0.45
getByModeLocaleFunction · 0.45
TalentSurfaceFunction · 0.45
Sheet.tsxFile · 0.45
styles.tsFile · 0.45
deriveHeavyTalentNameFunction · 0.45
getModelsNotYetAddedMethod · 0.45
getDraftMethod · 0.45
SquarePalCard.tsxFile · 0.45
loadAllCollectionsFunction · 0.45

Calls 1

findMethod · 0.80

Tested by 1

pingModelsEndpointFunction · 0.36