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

Function SetPathNoErr

pkg/ijson/ijson.go:224–227  ·  view source on GitHub ↗
(data any, path Path, value any, opts *SetPathOpts)

Source from the content-addressed store, hash-verified

222}
223
224func SetPathNoErr(data any, path Path, value any, opts *SetPathOpts) any {
225 ret, _ := SetPath(data, path, value, opts)
226 return ret
227}
228
229func SetPath(data any, path Path, value any, opts *SetPathOpts) (any, error) {
230 if opts == nil {

Callers

nothing calls this directly

Calls 1

SetPathFunction · 0.85

Tested by

no test coverage detected