MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / MakePathError

Function MakePathError

pkg/ijson/ijson.go:111–113  ·  view source on GitHub ↗
(errStr string, path Path, index int)

Source from the content-addressed store, hash-verified

109}
110
111func MakePathError(errStr string, path Path, index int) error {
112 return PathError{fmt.Sprintf("%s at index:%d (%s)", errStr, index, FormatPath(path))}
113}
114
115type SetTypeError struct {
116 Err string

Callers 2

getPathInternalFunction · 0.85
setPathInternalFunction · 0.85

Calls 1

FormatPathFunction · 0.85

Tested by

no test coverage detected