(pkgPath, typeNameString string)
| 267 | } |
| 268 | |
| 269 | func makeTypeKey(pkgPath, typeNameString string) string { |
| 270 | return pkgPath + "/" + typeNameString |
| 271 | } |
| 272 | |
| 273 | // getPkgPath extract the package path for a Go type. We'll do some |
| 274 | // extra work for typical types that did not get a name, for example |
no outgoing calls
no test coverage detected
searching dependent graphs…