MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / RemoveIndex

Method RemoveIndex

pkg/util/json/json.go:106–106  ·  view source on GitHub ↗

RemoveIndex implements the `-` operator for ints, returning JSON after removal, whether removal is valid and error message.

(idx int)

Source from the content-addressed store, hash-verified

104 // RemoveIndex implements the `-` operator for ints, returning JSON after removal,
105 // whether removal is valid and error message.
106 RemoveIndex(idx int) (JSON, bool, error)
107
108 // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal,
109 // whether removal is valid and error message.

Callers 2

eval.goFile · 0.65
RemoveIndexMethod · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected