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

Function PrintIndent

engine/lua/src/test/test_lua_csharp.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18static void PrintIndent(int indent)
19{
20 for (int i = 0; i < indent; ++i)
21 {
22 printf(" ");
23 }
24}
25
26static void PrintTable(lua_State* L, int indent)
27{

Callers 1

PrintTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected