Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ fail
Method
fail
test/pytests/test_main_modes_batch.py:125–126 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
123
self.started = True
124
125
def
fail(self, text: str) -> None:
126
self.fail_calls.append(text)
127
128
def
ok(self, text: str) -> None:
129
self.ok_calls.append(text)
Callers
6
convert
Method · 0.80
convert
Method · 0.80
replay_checkpoint_file
Function · 0.80
test_emit_where_token_returns_charset_suggestion_when_available
Function · 0.80
test_emit_where_token_handles_convert_using_with_trailing_partial_name
Function · 0.80
test_emit_binary_or_comma_uses_keyword_fallback_for_nonprogressing_rewind
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected