MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _ctx

Function _ctx

tests/test_copy_command.py:74–78  ·  view source on GitHub ↗
(tmp_path, messages, *, ui=None)

Source from the content-addressed store, hash-verified

72
73
74def _ctx(tmp_path, messages, *, ui=None):
75 conversation = SimpleNamespace(messages=messages)
76 return create_command_context(
77 workspace_root=tmp_path, cwd=tmp_path, conversation=conversation, ui=ui
78 )
79
80
81# --------------------------------------------------------------------------- #

Calls 1

create_command_contextFunction · 0.90

Tested by

no test coverage detected