Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/elebumm/RedditVideoMakerBot
/ get_check_value
Function
get_check_value
utils/settings.py:25–26 ·
view source on GitHub ↗
(key, default_result)
Source
from the content-addressed store, hash-verified
23
24
def
check(value, checks, name):
25
def
get_check_value(key, default_result):
26
return
checks[key]
if
key in checks
else
default_result
27
28
incorrect = False
29
if
value == {}:
Callers
1
check
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected