Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ licensedb_url
Method
licensedb_url
src/licensedcode/models.py:386–388 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
384
385
@property
386
def
licensedb_url(self):
387
if
self.is_builtin:
388
return
SCANCODE_LICENSEDB_URL.format(self.key)
389
390
@property
391
def
spdx_url(self):
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected