| 23 | ) |
| 24 | |
| 25 | type FileSystemAccessProfileReference struct { |
| 26 | state protoimpl.MessageState `protogen:"open.v1"` |
| 27 | Digest *v2.Digest `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` |
| 28 | PathHashesBaseHash uint64 `protobuf:"varint,2,opt,name=path_hashes_base_hash,json=pathHashesBaseHash,proto3" json:"path_hashes_base_hash,omitempty"` |
| 29 | unknownFields protoimpl.UnknownFields |
| 30 | sizeCache protoimpl.SizeCache |
| 31 | } |
| 32 | |
| 33 | func (x *FileSystemAccessProfileReference) Reset() { |
| 34 | *x = FileSystemAccessProfileReference{} |
nothing calls this directly
no outgoing calls
no test coverage detected