MCPcopy Create free account
hub / github.com/defold/defold / check_override

Function check_override

engine/jni/scripts/gen_java.py:233–239  ·  view source on GitHub ↗
(name, default=None)

Source from the content-addressed store, hash-verified

231 return outp
232
233def check_override(name, default=None):
234 if name in overrides:
235 return overrides[name]
236 elif default is None:
237 return name
238 else:
239 return default
240
241def check_ignore(name):
242 return name in ignores

Callers 12

funcdecl_args_cFunction · 0.85
funcdecl_result_cFunction · 0.85
gen_structFunction · 0.85
gen_constsFunction · 0.85
gen_const_varFunction · 0.85
gen_enumFunction · 0.85
gen_jni_structFunction · 0.85
gen_jni_type_initFunction · 0.85
get_array_count_fieldFunction · 0.85
has_arrayFunction · 0.85
gen_to_jni_create_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected