Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ create_task_name
Function
create_task_name
botasaurus_server/botasaurus_server/models.py:60–61 ·
view source on GitHub ↗
(task_name, task_id)
Source
from the content-addressed store, hash-verified
58
59
60
def
create_task_name(task_name, task_id):
61
return
task_name
if
task_name is not None
else
f
"Task {task_id}"
62
63
def
serialize_ui_output_task(obj, _):
64
task_id = obj.id
Callers
3
generate_filename
Function · 0.85
serialize_ui_output_task
Function · 0.85
serialize_task
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected