MCPcopy
hub / github.com/g3n/engine / sIndent

Function sIndent

loader/collada/common.go:343–346  ·  view source on GitHub ↗
(indent int)

Source from the content-addressed store, hash-verified

341const step = 3
342
343func sIndent(indent int) string {
344
345 return strings.Repeat(" ", indent)
346}
347
348// decFloat32Sequence receives a byte slice with float numbers separated
349// by spaces and a preallocated destination slice.

Callers 15

DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85

Calls 1

RepeatMethod · 0.80

Tested by

no test coverage detected