MCPcopy Create free account
hub / github.com/google/go-github / isBuiltinType

Function isBuiltinType

tools/structfield/structfield.go:342–344  ·  view source on GitHub ↗
(typeName string)

Source from the content-addressed store, hash-verified

340}
341
342func isBuiltinType(typeName string) bool {
343 return types.Universe.Lookup(typeName) != nil
344}
345
346func exprToString(e ast.Expr) string {
347 switch t := e.(type) {

Callers 3

checkStructArrayTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…