Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TaskingAI/TaskingAI
/ get_file_name
Function
get_file_name
backend/tests/common/utils.py:221–222 ·
view source on GitHub ↗
(file_path: str)
Source
from the content-addressed store, hash-verified
219
220
221
def
get_file_name(file_path: str):
222
return
file_path.split(
"/"
)[-1]
223
224
225
SSE_DONE_MSG =
"data: [DONE]\n\n"
Callers
2
upload_image
Function · 0.90
upload_file
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected