Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ _is_zip
Function
_is_zip
utils/install.py:130–131 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
128
129
130
def
_is_zip(filename):
131
return
filename.endswith(
".zip"
)
132
133
134
def
extract_archive(
Callers
1
extract_archive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected