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

Function l

engine/jni/scripts/gen_java.py:186–188  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

184 reset_lines()
185
186def l(s):
187 global out_lines
188 out_lines += s + '\n'
189
190def detect_newline(path):
191 if not os.path.exists(path):

Callers 15

gen_structFunction · 0.70
gen_constsFunction · 0.70
gen_const_varFunction · 0.70
gen_enumFunction · 0.70
gen_java_sourceFunction · 0.70
gen_jni_structFunction · 0.70
gen_jni_typeinfosFunction · 0.70
gen_jni_type_initFunction · 0.70
gen_to_jni_create_objectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected