MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / current_timestamp_int_milliseconds

Function current_timestamp_int_milliseconds

backend/tkhelper/utils/utils.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def current_timestamp_int_milliseconds():
28 return round(datetime.datetime.now().timestamp() * 1000)
29
30
31def load_json_attr(row: Dict, key: str, default_value: Any = None):

Callers 12

update_objectFunction · 0.90
update_objectFunction · 0.90
logout_adminFunction · 0.90
refresh_admin_tokenFunction · 0.90
insert_record_chunksFunction · 0.90
bulk_create_actionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected