Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ get_licenses_db
Function
get_licenses_db
src/licensedcode/cache.py:476–480 ·
view source on GitHub ↗
Return a mapping of license key -> license object.
()
Source
from the content-addressed store, hash-verified
474
475
476
def
get_licenses_db():
477
""
"
478
Return a mapping of license key -> license object.
479
""
"
480
return
get_cache().db
481
482
483
def
get_licensing():
Callers
7
get_license_symbols
Function · 0.90
generate_output
Function · 0.90
collect_license_and_rule_references
Function · 0.90
update_rules_using_license_attributes
Function · 0.90
generate_new_required_phrase_rules
Function · 0.90
validate
Method · 0.90
validate_spdx_license_keys
Function · 0.85
Calls
1
get_cache
Function · 0.70
Tested by
no test coverage detected