Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ _add
Function
_add
explainshell/extraction/runner.py:309–311 ·
view source on GitHub ↗
(entry: ExtractionResult)
Source
from the content-addressed store, hash-verified
307
batch_error: str | None = None
308
309
def
_add(entry: ExtractionResult) -> None:
310
finalized.add(entry.gz_path)
311
entries.append(entry)
312
313
try
:
314
# Build batch requests.
Callers
1
_process_one_batch
Function · 0.85
Calls
1
add
Method · 0.80
Tested by
no test coverage detected