reflect.Method.PkgPath (field)
6 uses
reflect (current package)
type.go#L577: PkgPath string
type.go#L1061: m.PkgPath = pname.pkgPath()
type.go#L1062: if m.PkgPath == "" {
type.go#L1063: m.PkgPath = t.pkgPath.name()
src.elv.sh/pkg/eval/vals
struct_map.go#L80: if method.PkgPath == "" && method.Type.NumIn() == 1 && method.Type.NumOut() == 1 {
src.elv.sh/pkg/rpc
server.go#L282: if method.PkgPath != "" {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)