MCPcopy Create free account
hub / github.com/ActiveState/code / build

Function build

recipes/Python/440647_Smart_Links/recipe-440647.py:19–24  ·  view source on GitHub ↗
(index, links, key)

Source from the content-addressed store, hash-verified

17 plain('ERROR: %s (INDEX) cannot be found.' % index)
18
19def build(index, links, key):
20 links = parse(links)
21 links = check(links)
22 links = write(links)
23 index = final(index, links, key)
24 return index
25
26def parse(links):
27 links = links.splitlines()

Callers 1

mainFunction · 0.70

Calls 4

parseFunction · 0.70
checkFunction · 0.70
writeFunction · 0.70
finalFunction · 0.70

Tested by

no test coverage detected