MCPcopy Index your code
hub / github.com/nodejs/node / _parse_keywords

Function _parse_keywords

tools/gyp/pylib/packaging/metadata.py:171–173  ·  view source on GitHub ↗

Split a string of comma-separate keyboards into a list of keywords.

(data: str)

Source from the content-addressed store, hash-verified

169
170
171def _parse_keywords(data: str) -> List[str]:
172 """Split a string of comma-separate keyboards into a list of keywords."""
173 return [k.strip() for k in data.split(",")]
174
175
176def _parse_project_urls(data: List[str]) -> Dict[str, str]:

Callers 1

parse_emailFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…