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

Method Dump

loader/collada/library_geometries.go:115–118  ·  view source on GitHub ↗

Dump prints out information about the Input

(out io.Writer, indent int)

Source from the content-addressed store, hash-verified

113
114// Dump prints out information about the Input
115func (i *Input) Dump(out io.Writer, indent int) {
116
117 fmt.Fprintf(out, "%sInput semantic:%s source:%s\n", sIndent(indent), i.Semantic, i.Source)
118}
119
120//
121// Polylist

Callers

nothing calls this directly

Calls 1

sIndentFunction · 0.85

Tested by

no test coverage detected