MCPcopy Create free account
hub / github.com/abiosoft/mold / Error

Method Error

process.go:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (p posErr) Error() string {
154 return p.message
155}
156
157func pos(body string, pos int) (line int, col int) {
158 line = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected