Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mherrmann/fbs
/ remove_shared_libraries
Function
remove_shared_libraries
fbs/freeze/linux.py:21–24 ·
view source on GitHub ↗
(*filename_patterns)
Source
from the content-addressed store, hash-verified
19
)
20
21
def
remove_shared_libraries(*filename_patterns):
22
for
pattern in filename_patterns:
23
for
file_path in glob(path(
'${freeze_dir}/'
+ pattern)):
24
remove(file_path)
Callers
3
freeze_fedora
Function · 0.90
freeze_ubuntu
Function · 0.90
freeze_linux
Function · 0.85
Calls
1
path
Function · 0.90
Tested by
no test coverage detected