@@ -75,6 +75,7 @@ func writeV2TestCheckpoint(t *testing.T, repo *git.Repository, opts v2TestCheckp
7575 }
7676}
7777
78+ //nolint:unused
7879func writeV2TestMainCheckpoint (t * testing.T , repo * git.Repository , opts v2TestCheckpointOptions ) int {
7980 t .Helper ()
8081
@@ -191,6 +192,7 @@ func writeV2TestMainCheckpoint(t *testing.T, repo *git.Repository, opts v2TestCh
191192 return sessionIndex
192193}
193194
195+ //nolint:unused
194196func writeV2TestFullTranscript (t * testing.T , repo * git.Repository , cpID id.CheckpointID , sessionIndex int , transcript []byte ) {
195197 t .Helper ()
196198
@@ -202,6 +204,7 @@ func writeV2TestFullTranscript(t *testing.T, repo *git.Repository, cpID id.Check
202204 })
203205}
204206
207+ //nolint:unused
205208func writeV2TestFullSessionFiles (t * testing.T , repo * git.Repository , files map [string ][]byte ) {
206209 t .Helper ()
207210
@@ -215,6 +218,7 @@ func writeV2TestFullSessionFiles(t *testing.T, repo *git.Repository, files map[s
215218 writeV2TestRefEntries (t , repo , refName , parentHash , entries , "test v2 full fixture" )
216219}
217220
221+ //nolint:unused
218222func readV2TestRefEntries (t * testing.T , repo * git.Repository , refName plumbing.ReferenceName ) (plumbing.Hash , map [string ]object.TreeEntry ) {
219223 t .Helper ()
220224
@@ -237,6 +241,7 @@ func readV2TestRefEntries(t *testing.T, repo *git.Repository, refName plumbing.R
237241 return ref .Hash (), entries
238242}
239243
244+ //nolint:unused
240245func writeV2TestRefEntries (t * testing.T , repo * git.Repository , refName plumbing.ReferenceName , parentHash plumbing.Hash , entries map [string ]object.TreeEntry , message string ) {
241246 t .Helper ()
242247
0 commit comments