MCPcopy
hub / github.com/git-lfs/git-lfs / assertScannerDone

Function assertScannerDone

git/ls_tree_scanner_test.go:20–23  ·  view source on GitHub ↗
(t *testing.T, scanner genericScanner)

Source from the content-addressed store, hash-verified

18}
19
20func assertScannerDone(t *testing.T, scanner genericScanner) {
21 assert.False(t, scanner.Scan())
22 assert.Nil(t, scanner.Err())
23}
24
25func TestLsTreeParser(t *testing.T) {
26 stdout := "100644 blob d899f6551a51cf19763c5955c7a06a2726f018e9 42 .gitattributes\000100644 blob 4d343e022e11a8618db494dc3c501e80c7e18197 126 PB SCN 16 Odhrán.wav"

Callers 1

TestLsTreeParserFunction · 0.70

Calls 2

ScanMethod · 0.65
ErrMethod · 0.65

Tested by

no test coverage detected