MCPcopy 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
9def 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
15class Communicate_Via_Email():

Callers 1

sendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected