Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ mail_var_is_set
Function
mail_var_is_set
shared/communicate/email.py:9–12 ·
view source on GitHub ↗
(setting_value)
Source
from the content-addressed store, hash-verified
7
8
9
def
mail_var_is_set(setting_value):
10
if
setting_value is None or setting_value ==
'none'
or not setting_value:
11
return
False
12
return
True
13
14
15
class
Communicate_Via_Email():
Callers
1
send
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected