MCPcopy Create free account
hub / github.com/decomp/decomp / isType

Function isType

cmd/go-post/typecheck.go:64–66  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

62}
63
64func isType(t string) bool {
65 return strings.HasPrefix(t, "type ")
66}
67
68// TypeConfig describes the universe of relevant types.
69// For ease of creation, the types are all referred to by string

Callers 3

getTypeFunction · 0.85
typecheckFunction · 0.85
typecheck1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected