Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
def
current_timestamp_int_milliseconds():
28
return
round(datetime.datetime.now().timestamp() * 1000)
29
30
31
def
load_json_attr(row: Dict, key: str, default_value: Any = None):
Callers
12
update_object
Function · 0.90
update_object
Function · 0.90
logout_admin
Function · 0.90
refresh_admin_token
Function · 0.90
insert_record_chunks
Function · 0.90
build_retrieval_input_log_dict
Function · 0.90
build_retrieval_output_log_dict
Function · 0.90
build_tool_input_log_dict
Function · 0.90
build_tool_output_log_dict
Function · 0.90
build_chat_completion_input_log_dict
Function · 0.90
build_chat_completion_output_log_dict
Function · 0.90
bulk_create_actions
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected