MCPcopy Index your code
hub / github.com/cockroachdb/errors / makeTypeKey

Function makeTypeKey

errbase/encode.go:269–271  ·  view source on GitHub ↗
(pkgPath, typeNameString string)

Source from the content-addressed store, hash-verified

267}
268
269func 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

Callers 2

RegisterTypeMigrationFunction · 0.85
getFullTypeNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…