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

Function get_unknown_spdx_symbol

src/licensedcode/cache.py:490–494  ·  view source on GitHub ↗

Return the unknown SPDX license symbol.

()

Source from the content-addressed store, hash-verified

488
489
490def get_unknown_spdx_symbol():
491 """
492 Return the unknown SPDX license symbol.
493 """
494 return get_cache().unknown_spdx_symbol
495
496
497def get_spdx_symbols(licenses_db=None):

Calls 1

get_cacheFunction · 0.70