Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
def
get_indent(indent):
55
return
' '
* indent
56
57
def
_find_doc(docs, name):
58
for
doc in docs[
'items'
]:
Callers
2
_format_doc_lines
Function · 0.70
gen_doc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected