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

Method string

package_ibin.go:590–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588func (r *importReader) kind() itag { return itag(r.uint64()) }
589func (r *importReader) pkg() ibinPackage { return r.p.pkgAt(r.uint64()) }
590func (r *importReader) string() string { return r.p.stringAt(r.uint64()) }
591func (r *importReader) bool() bool { return r.uint64() != 0 }
592func (r *importReader) ident() string { return r.string() }
593

Callers 5

posMethod · 0.95
valueMethod · 0.95
doTypeMethod · 0.95
identMethod · 0.95
qualifiedIdentMethod · 0.95

Calls 2

uint64Method · 0.95
stringAtMethod · 0.80

Tested by

no test coverage detected