MCPcopy Index your code
hub / github.com/httpie/cli / parse_plugin

Function parse_plugin

tests/utils/plugins_cli.py:139–141  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

137 return entry_point, raw_group[1:-1]
138
139 def parse_plugin(line: str) -> Tuple[str, str]:
140 plugin, raw_version = line.strip().split()
141 return plugin, raw_version[1:-1]
142
143 for line in lines:
144 if not line.strip():

Callers 1

parse_listingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected