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

Function MakeSetTypeError

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

Source from the content-addressed store, hash-verified

121}
122
123func MakeSetTypeError(errStr string, path Path, index int) error {
124 return SetTypeError{fmt.Sprintf("%s at index:%d (%s)", errStr, index, FormatPath(path))}
125}
126
127type BudgetError struct {
128 Err string

Callers 5

CombineFn_ArrayAppendFunction · 0.85
CombineFn_MaxFunction · 0.85
CombineFn_MinFunction · 0.85
CombineFn_IncFunction · 0.85
setPathInternalFunction · 0.85

Calls 1

FormatPathFunction · 0.85

Tested by

no test coverage detected