MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / author_tallies

Function author_tallies

src/summarycode/copyright_tallies.py:71–79  ·  view source on GitHub ↗
(resource, children, keep_details=False)

Source from the content-addressed store, hash-verified

69
70
71def author_tallies(resource, children, keep_details=False):
72 return build_tallies(
73 resource=resource,
74 children=children,
75 attributes_list='authors',
76 attribute_value='author',
77 tallier=tally_persons,
78 keep_details=keep_details
79 )
80
81
82def build_tallies(

Callers

nothing calls this directly

Calls 1

build_talliesFunction · 0.85

Tested by

no test coverage detected