MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / latestvername

Function latestvername

tools/daca2-download.py:36–38  ·  view source on GitHub ↗
(names)

Source from the content-addressed store, hash-verified

34
35
36def latestvername(names):
37 s = natsort.natsorted(names, key=lambda x: x[x.index('_')+1:x.index('.orig.tar')])
38 return s[-1]
39
40
41def getpackages():

Callers 1

getpackagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected