Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ logger_debug
Function
logger_debug
src/scancode/outdated.py:60–61 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
58
TRACE = os.environ.get(
'SCANCODE_DEBUG_OUTDATED'
, False)
59
60
def
logger_debug(*args):
61
pass
62
63
64
logger = logging.getLogger(__name__)
Callers
1
fetch_newer_version
Function · 0.70
Calls
2
debug
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected