Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
func
(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
461
func
(r *importReader) doType() *ibinType {
462
k := r.kind()
Callers
1
value
Method · 0.95
Calls
2
mpint
Method · 0.95
int64
Method · 0.95
Tested by
no test coverage detected