Module Builtin
Provides helper predicates for working with built-in objects from the universe scope.
Import path
import semmle.go.Scopes
Predicates
append | Gets the built-in function |
bool | Gets the built-in type |
bool | Gets the built-in constant corresponding to |
byte | Gets the built-in type |
cap | Gets the built-in function |
clear | Gets the built-in function |
close | Gets the built-in function |
complex | Gets the built-in function |
complex128 | Gets the built-in type |
complex64 | Gets the built-in type |
copy | Gets the built-in function |
delete | Gets the built-in function |
error | Gets the built-in type |
false_ | Gets the built-in constant |
float32 | Gets the built-in type |
float64 | Gets the built-in type |
imag | Gets the built-in function |
int16 | Gets the built-in type |
int32 | Gets the built-in type |
int64 | Gets the built-in type |
int8 | Gets the built-in type |
int_ | Gets the built-in type |
iota | Gets the built-in constant |
len | Gets the built-in function |
make | Gets the built-in function |
max_ | Gets the built-in function |
min_ | Gets the built-in function |
new | Gets the built-in function |
nil | Gets the built-in zero-value |
panic | Gets the built-in function |
Gets the built-in function | |
println | Gets the built-in function |
real | Gets the built-in function |
recover | Gets the built-in function |
rune | Gets the built-in type |
string_ | Gets the built-in type |
true_ | Gets the built-in constant |
uint | Gets the built-in type |
uint16 | Gets the built-in type |
uint32 | Gets the built-in type |
uint64 | Gets the built-in type |
uint8 | Gets the built-in type |
uintptr | Gets the built-in type |