MCPcopy
hub / github.com/tinygo-org/tinygo / Error

Method Error

main.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (e *commandError) Error() string {
53 return e.Msg + " " + e.File + ": " + e.Err.Error()
54}
55
56// moveFile renames the file from src to dst. If renaming doesn't work (for
57// example, the rename crosses a filesystem boundary), the file is copied and

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected