MCPcopy 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
130def _is_zip(filename):
131 return filename.endswith(".zip")
132
133
134def extract_archive(

Callers 1

extract_archiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected