MCPcopy
hub / github.com/simstudioai/sim / get

Function get

apps/sim/lib/core/utils/timezone.ts:100–100  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

98 hourCycle: 'h23',
99 }).formatToParts(instant)
100 const get = (type: string) => parts.find((p) => p.type === type)?.value ?? '00'
101 return `${get('year')}-${get('month')}-${get('day')}T${get('hour')}:${get('minute')}`
102}
103

Callers 15

zonedWallClockFunction · 0.70
timezoneOffsetMsFunction · 0.70
store.tsFile · 0.50
code-store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50
store.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected