MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / has_value

Method has_value

core/generator/java/java.stoneg.py:1930–1932  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

1928
1929 @staticmethod
1930 def has_value(field):
1931 assert isinstance(field, Field), repr(field)
1932 return not is_void_type(field.data_type)
1933
1934 def field_is_optional(self, field):
1935 assert isinstance(field, Field), repr(field)

Callers 8

field_getter_methodMethod · 0.95
field_static_instanceMethod · 0.95
field_factory_methodMethod · 0.95
generate_enum_valuesMethod · 0.80
generate_hash_codeMethod · 0.80
generate_union_equalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected