MCPcopy Index your code
hub / github.com/g3n/engine / formatError

Method formatError

loader/obj/obj.go:925–928  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

923}
924
925func (dec *Decoder) formatError(msg string) error {
926
927 return fmt.Errorf("%s in line:%d", msg, dec.line)
928}
929
930func (dec *Decoder) appendWarn(ftype string, msg string) {
931

Callers 13

parseFaceMethod · 0.95
parseUsemtlMethod · 0.95
parseSmoothMethod · 0.95
parseNewmtlMethod · 0.95
parseDissolveMethod · 0.95
parseKaMethod · 0.95
parseKdMethod · 0.95
parseKeMethod · 0.95
parseKsMethod · 0.95
parseNiMethod · 0.95
parseNsMethod · 0.95
parseIllumMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected