MCPcopy Index your code
hub / github.com/idank/explainshell / _make_match

Function _make_match

explainshell/web/views.py:451–459  ·  view source on GitHub ↗
(start, end, match, cmd_class, help_class)

Source from the content-addressed store, hash-verified

449
450
451def _make_match(start, end, match, cmd_class, help_class):
452 return {
453 "match": match,
454 "start": start,
455 "end": end,
456 "spaces": "",
457 "commandclass": cmd_class,
458 "helpclass": help_class,
459 }
460
461
462def explain_cmd(

Callers 1

explain_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected