MCPcopy
hub / github.com/wavetermdev/waveterm / MakeAppendCommand

Function MakeAppendCommand

pkg/ijson/ijson.go:52–58  ·  view source on GitHub ↗
(path Path, value any)

Source from the content-addressed store, hash-verified

50}
51
52func MakeAppendCommand(path Path, value any) Command {
53 return Command{
54 "type": AppendCommandStr,
55 "path": path,
56 "data": value,
57 }
58}
59
60var pathPartKeyRe = regexp.MustCompile(`^[a-zA-Z0-9:_#-]+`)
61

Callers 1

TestIJsonFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestIJsonFunction · 0.74