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

Method Dump

loader/collada/common.go:108–111  ·  view source on GitHub ↗

Dump prints out information about the Param

(out io.Writer, indent int)

Source from the content-addressed store, hash-verified

106
107// Dump prints out information about the Param
108func (p *Param) Dump(out io.Writer, indent int) {
109
110 fmt.Fprintf(out, "%sParam name:%s type:%s\n", sIndent(indent), p.Name, p.Type)
111}
112
113// decSource decodes the source from the specified mesh
114func (d *Decoder) decSource(start xml.StartElement) (*Source, error) {

Callers 2

DumpMethod · 0.45
DumpMethod · 0.45

Calls 1

sIndentFunction · 0.85

Tested by

no test coverage detected