Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
time
5
6
def
now():
7
return
round(time.time() * 1000)
8
9
def
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