MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / now

Function now

src/util.py:6–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import time
5
6def now():
7 return round(time.time() * 1000)
8
9def save_file_content(file, content):
10 f = open(file, "w", encoding="utf-8")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected