MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / isString

Function isString

types/predicates.go:19–19  ·  view source on GitHub ↗
(t Type)

Source from the content-addressed store, hash-verified

17func isComplex(t Type) bool { return isBasic(t, IsComplex) }
18func isNumeric(t Type) bool { return isBasic(t, IsNumeric) }
19func isString(t Type) bool { return isBasic(t, IsString) }
20func isIntegerOrFloat(t Type) bool { return isBasic(t, IsInteger|IsFloat) }
21func isConstType(t Type) bool { return isBasic(t, IsConstType) }
22

Callers 9

indexExprMethod · 0.85
sliceExprMethod · 0.85
conversionMethod · 0.85
convertibleToMethod · 0.85
builtinMethod · 0.85
representableConstFunction · 0.85
implicitTypeAndValueMethod · 0.85
coreStringFunction · 0.85
rangeKeyValFunction · 0.85

Calls 1

isBasicFunction · 0.85

Tested by

no test coverage detected