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

Function _reset_globals

scripts/dmsdk/gen_cpp.py:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23# helper functions
24
25def _reset_globals():
26 global out_lines
27 out_lines = ''
28
29def l(s):
30 global out_lines

Callers 1

gen_cpp_headerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected