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

Method RemoveString

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

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

(s string)

Source from the content-addressed store, hash-verified

100 // RemoveString implements the `-` operator for strings, returning JSON after removal,
101 // whether removal is valid and error message.
102 RemoveString(s string) (JSON, bool, error)
103
104 // RemoveIndex implements the `-` operator for ints, returning JSON after removal,
105 // whether removal is valid and error message.

Callers 2

eval.goFile · 0.65
RemoveStringMethod · 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