MCPcopy Create free account
hub / github.com/nsf/gocode / mpfloat

Method mpfloat

package_ibin.go:453–459  ·  view source on GitHub ↗
(typ *ast.Ident)

Source from the content-addressed store, hash-verified

451}
452
453func (r *importReader) mpfloat(typ *ast.Ident) {
454 x := r.mpint(typ)
455 if constant.Sign(x) == 0 {
456 return
457 }
458 r.int64()
459}
460
461func (r *importReader) doType() *ibinType {
462 k := r.kind()

Callers 1

valueMethod · 0.95

Calls 2

mpintMethod · 0.95
int64Method · 0.95

Tested by

no test coverage detected