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

Function latestvername

tools/test-my-pr.py:37–39  ·  view source on GitHub ↗
(names)

Source from the content-addressed store, hash-verified

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

Callers 1

getpackagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected