Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dnhkng/GLaDOS
/ ordered
Method
ordered
glados/whisper_cpp_wrapper.py:703–705 ·
view source on GitHub ↗
Sort the list of directories
(self)
Source
from the content-addressed store, hash-verified
701
self.add(a_dir)
702
703
def
ordered(self):
704
""
"Sort the list of directories"
""
705
return
(i[0]
for
i in sorted(self.items(), key=
lambda
d: d[1]))
706
707
def
_get_ld_so_conf_dirs(self, conf, dirs):
708
""
"
Callers
1
_create_ld_so_cache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected