Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ is_empty
Function
is_empty
src/model/model_helper.py:187–188 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
185
186
187
def
is_empty(value):
188
return
(not value) and (value != 0) and (value is not False)
189
190
191
def
fill_parameter_values(parameter_configs, template, value_wrappers):
Callers
15
get_request_body
Function · 0.90
_read_and_merge_included_paths
Method · 0.90
_read_preload_script_conf
Method · 0.90
_create_values_provider
Method · 0.90
normalize_user_value
Method · 0.90
map_to_script
Method · 0.90
validate_value
Method · 0.90
list_files
Method · 0.90
_set_default_value
Method · 0.90
get_script_output
Method · 0.90
_resolve_parameter_file_type
Function · 0.90
_read_pass_as
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_next_id
Method · 0.72