Rename blob_fetch_stub.go to blob_fetch.go #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The file
internal/vaultik/blob_fetch_stub.gocontains production code (hashVerifyReader,FetchAndDecryptBlob) but has a misleading_stubsuffix. The original worker named it this way and the name wasn't caught during review.Rename to
blob_fetch.go. The corresponding test fileblob_fetch_hash_test.gois fine as-is.Ref: PR #39 comment