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

Method appendWarn

loader/obj/obj.go:930–934  ·  view source on GitHub ↗
(ftype string, msg string)

Source from the content-addressed store, hash-verified

928}
929
930func (dec *Decoder) appendWarn(ftype string, msg string) {
931
932 wline := fmt.Sprintf("%s(%d): %s", ftype, dec.line, msg)
933 dec.Warnings = append(dec.Warnings, wline)
934}

Callers 4

NewMeshMethod · 0.95
parseObjLineMethod · 0.95
parseMtlLineMethod · 0.95
DecodeReaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected