Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
genericScanner
interface
{
11
Err() error
12
Scan() bool
13
}
14
15
func
assertNextScan(t *testing.T, scanner genericScanner) {
Callers
15
trackedFromAttrs
Function · 0.65
prePushRefs
Function · 0.65
untrackCommand
Function · 0.65
pushCommand
Function · 0.65
trackCommand
Function · 0.65
blobInfo
Function · 0.65
drainScanner
Function · 0.65
next
Method · 0.65
scan
Method · 0.65
assertNextScan
Function · 0.65
assertScannerDone
Function · 0.65
RemoteList
Function · 0.65
Implementers
8
PointerScanner
lfs/gitscanner_catfilebatch.go
catFileBatchCheckScanner
lfs/gitscanner_catfilebatchcheck.go
logScanner
lfs/gitscanner_log.go
DiffIndexScanner
lfs/diff_index_scanner.go
FilterProcessScanner
git/filter_process_scanner.go
LsTreeScanner
git/ls_tree_scanner.go
RevListScanner
git/rev_list_scanner.go
ObjectScanner
git/object_scanner.go
Calls
no outgoing calls
Tested by
3
assertNextScan
Function · 0.52
assertScannerDone
Function · 0.52
readRequest
Function · 0.52