Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ sort_ndks
Function
sort_ndks
tools/scripts/android/matrix.py:411–412 ·
view source on GitHub ↗
(ndks)
Source
from the content-addressed store, hash-verified
409
410
411
def
sort_ndks(ndks):
412
return
sorted(ndks, key=cmp_to_key(compare_ndk), reverse=True)
413
414
415
def
readme(matrices, file, **kw):
Callers
1
readme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected