MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / isString

Function isString

cmd/cql-proxy/resolver/resolver.go:554–557  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

552}
553
554func isString(v interface{}) bool {
555 _, ok := v.(string)
556 return ok
557}
558
559func isLiteral(v interface{}) bool {
560 switch v.(type) {

Callers 1

ResolveUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected