MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / _is_tar

Function _is_tar

utils/install.py:118–119  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

116
117
118def _is_tar(filename):
119 return filename.endswith(".tar")
120
121
122def _is_targz(filename):

Callers 1

extract_archiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected