MCPcopy 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
46class ExtractAll(Protocol):
47 def extractall(self, path: str) -> None: ...
48
49
50if sys.platform == 'win32': # pragma: win32 cover

Callers 2

_install_goFunction · 0.80
_extract_resourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected