Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ parse
Method
parse
src/packagedcode/msi.py:201–202 ·
view source on GitHub ↗
(cls, location, package_only=False)
Source
from the content-addressed store, hash-verified
199
200
@classmethod
201
def
parse(cls, location, package_only=False):
202
yield
msi_parse(location, package_only)
Callers
nothing calls this directly
Calls
1
msi_parse
Function · 0.85
Tested by
no test coverage detected