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

Function MakeBudgetError

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

Source from the content-addressed store, hash-verified

133}
134
135func MakeBudgetError(errStr string, path Path, index int) error {
136 return BudgetError{fmt.Sprintf("%s at index:%d (%s)", errStr, index, FormatPath(path))}
137}
138
139var simplePathStrRe = regexp.MustCompile(`^[a-zA-Z_][a-zA-Z0-9_]*$`)
140

Callers 2

CombineFn_ArrayAppendFunction · 0.85
setPathInternalFunction · 0.85

Calls 1

FormatPathFunction · 0.85

Tested by

no test coverage detected