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

Method Scan

git/ls_tree_scanner_test.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type genericScanner interface {
11 Err() error
12 Scan() bool
13}
14
15func assertNextScan(t *testing.T, scanner genericScanner) {

Callers 15

trackedFromAttrsFunction · 0.65
prePushRefsFunction · 0.65
untrackCommandFunction · 0.65
pushCommandFunction · 0.65
trackCommandFunction · 0.65
blobInfoFunction · 0.65
drainScannerFunction · 0.65
nextMethod · 0.65
scanMethod · 0.65
assertNextScanFunction · 0.65
assertScannerDoneFunction · 0.65
RemoteListFunction · 0.65

Implementers 8

PointerScannerlfs/gitscanner_catfilebatch.go
catFileBatchCheckScannerlfs/gitscanner_catfilebatchcheck.go
logScannerlfs/gitscanner_log.go
DiffIndexScannerlfs/diff_index_scanner.go
FilterProcessScannergit/filter_process_scanner.go
LsTreeScannergit/ls_tree_scanner.go
RevListScannergit/rev_list_scanner.go
ObjectScannergit/object_scanner.go

Calls

no outgoing calls

Tested by 3

assertNextScanFunction · 0.52
assertScannerDoneFunction · 0.52
readRequestFunction · 0.52