Packages
Total 192 packages, 126 of them are standard packages.
Total 1137 source files, 0 of them are Go source files.
Total 0 lines of Go code.
Averagely,
- each Go source file imports NaN packages and contains NaN lines of code.
- each package depends 6.66 other packages and contains 5.62 source files.
src.elv.sh/pkg/eval
Types
Total 933 exported type names, 12 of them are aliases.
In them, 820 are composite types and 113 are basic types.
In the basic types, 89 are integers (41 are unsigneds).
In 578 exported struct types, 43 have embedded fields,
and 39 have promoted fields.
net/textproto.Conn
On average, each exported struct type has
* 4.71 fields (including promoteds and unexporteds),
* 4.29 explicit fields (including unexporteds),
* 3.26 exported fields (including promoteds),
* 3.12 exported explicit fields.
crypto/x509.Certificate crypto/x509.Certificate
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 4.79 exported methods.
- each exported interface type specified 2.82 exported methods.
reflect.Value reflect.Type
Values
Total 574 exported variables and 4692 exported constants.
Total 1898 exported functions and 1729 exported explicit methods.
On average, each of these functions and methods has
1.21 parameters and 1.12 results. For 1147 (32%) of these
functions and methods, the last result types are error.
crypto/ed25519/internal/edwards25519.FeCombine syscall.Recvmsg
golang.org/x/sys/unix.Recvmsg
internal/poll.(*FD).ReadMsg
net.(*IPConn).ReadMsgIP
net.(*UDPConn).ReadMsgUDP
net.(*UnixConn).ReadMsgUnix