Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _msg
Function
_msg
tests/test_copy_command.py:70–71 ·
view source on GitHub ↗
(role, content)
Source
from the content-addressed store, hash-verified
68
69
70
def
_msg(role, content):
71
return
{
"role"
: role,
"content"
: content}
72
73
74
def
_ctx(tmp_path, messages, *, ui=None):
Callers
15
test_collect_recent_assistant_texts_order_skip_cap
Function · 0.70
test_collect_joins_text_parts_and_skips_empty
Function · 0.70
test_copy_or_write_file_fail_branches
Function · 0.70
test_direct_copy_clipboard_ok
Function · 0.70
test_direct_copy_clipboard_fail_is_honest
Function · 0.70
test_copy_n_picks_nth_latest
Function · 0.70
test_copy_n_invalid
Function · 0.70
test_copy_n_too_large_singular
Function · 0.70
test_copy_n_too_large_plural
Function · 0.70
test_no_assistant_message
Function · 0.70
test_copy_full_response_pref_skips_picker
Function · 0.70
test_picker_options_shape
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected