MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / get_licensing

Function get_licensing

src/licensedcode/cache.py:483–487  ·  view source on GitHub ↗

Return a license_expression.Licensing objet built from the all the licenses.

()

Source from the content-addressed store, hash-verified

481
482
483def get_licensing():
484 """
485 Return a license_expression.Licensing objet built from the all the licenses.
486 """
487 return get_cache().licensing
488
489
490def get_unknown_spdx_symbol():

Callers 8

appendMethod · 0.90
get_unique_detectionsMethod · 0.90

Calls 1

get_cacheFunction · 0.70

Tested by

no test coverage detected