Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
func
isString(v
interface
{}) bool {
555
_, ok := v.(string)
556
return
ok
557
}
558
559
func
isLiteral(v
interface
{}) bool {
560
switch
v.(
type
) {
Callers
1
ResolveUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected