MCPcopy
hub / github.com/marimo-team/marimo / now

Method now

frontend/src/utils/time.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 static now(): Time {
31 return new Time(Date.now() as Milliseconds);
32 }
33
34 private constructor(ms: Milliseconds) {
35 this.ms = ms;

Callers 15

state.tsFile · 0.45
state.test.tsFile · 0.45
groupChatsByDateFunction · 0.45
createNewThreadFunction · 0.45
addSessionFunction · 0.45
updateSessionLastUsedFunction · 0.45
CellStatusComponentFunction · 0.45
createOutputFunction · 0.45
startSpanMethod · 0.45
endSpanMethod · 0.45
getImageDataUrlForCellFunction · 0.45

Calls

no outgoing calls