Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ extractall
Method
extractall
pre_commit/languages/golang.py:47–47 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
45
46
class
ExtractAll(Protocol):
47
def
extractall(self, path: str) -> None: ...
48
49
50
if
sys.platform ==
'win32'
:
# pragma: win32 cover
Callers
2
_install_go
Function · 0.80
_extract_resource
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected