MCPcopy
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
221def get_file_name(file_path: str):
222 return file_path.split("/")[-1]
223
224
225SSE_DONE_MSG = "data: [DONE]\n\n"

Callers 2

upload_imageFunction · 0.90
upload_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected