reflect.StructTag.Lookup (method)

5 uses

	reflect (current package)
		type.go#L1118: 	v, _ := tag.Lookup(key)
		type.go#L1128: func (tag StructTag) Lookup(key string) (value string, ok bool) {

	github.com/jackc/pgx/v5
		named_args.go#L135: 	dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)
		rows.go#L627: 			dbTag, _ := sf.Tag.Lookup(structTagKey)
		rows.go#L803: 			dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)