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

Function get_indent

scripts/dmsdk/gen_cpp.py:54–55  ·  view source on GitHub ↗
(indent)

Source from the content-addressed store, hash-verified

52"""
53
54def get_indent(indent):
55 return ' ' * indent
56
57def _find_doc(docs, name):
58 for doc in docs['items']:

Callers 2

_format_doc_linesFunction · 0.70
gen_docFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected