Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
def
_is_tar(filename):
119
return
filename.endswith(
".tar"
)
120
121
122
def
_is_targz(filename):
Callers
1
extract_archive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected