The file internal/vaultik/blob_fetch_stub.go contains production code (hashVerifyReader, FetchAndDecryptBlob) but has a misleading _stub suffix. The original worker named it this way and the name wasn't caught during review.
Rename to blob_fetch.go. The corresponding test file blob_fetch_hash_test.go is fine as-is.
The file `internal/vaultik/blob_fetch_stub.go` contains production code (`hashVerifyReader`, `FetchAndDecryptBlob`) but has a misleading `_stub` suffix. The original worker named it this way and the name wasn't caught during review.
Rename to `blob_fetch.go`. The corresponding test file `blob_fetch_hash_test.go` is fine as-is.
Ref: [PR #39 comment](https://git.eeqj.de/sneak/vaultik/pulls/39#issuecomment-15780)
clawbot
self-assigned this 2026-03-19 00:22:57 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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