Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/harness/harness
/ Err
Method
Err
git/parser/scanner.go:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
type
Scanner
interface
{
24
Scan() bool
25
Err() error
26
Bytes() []byte
27
Text() string
28
}
Callers
15
GetModuleNameFromModFile
Function · 0.95
CommitRevision
Method · 0.95
BlobCut
Function · 0.95
DiffRaw
Function · 0.95
CatFileBatchCheckAllObjects
Function · 0.95
ListPaths
Method · 0.95
countLines
Function · 0.95
cutLinesFromFullFileDiff
Function · 0.95
listCommitSHAs
Method · 0.95
CommitSHAsForRebase
Method · 0.95
parseCodeOwner
Method · 0.95
scan
Method · 0.95
Implementers
2
utf8Scanner
git/parser/text.go
ScannerWithPeek
git/parser/scanner.go
Calls
no outgoing calls
Tested by
9
Test_readTextFileEmpty
Function · 0.52
Test_readTextFileFirstLineNotUTF8
Function · 0.52
Test_readTextFileNoLineEnding
Function · 0.52
Test_readTextFileLineEndingLF
Function · 0.52
Test_readTextFileLineEndingCRLF
Function · 0.52
Test_readTextFileLineEndingMultiple
Function · 0.52
Test_readTextFileLineEndingReplacementEmpty
Function · 0.52
Test_readTextFileLineEndingReplacement
Function · 0.52
createRepositoriesForSpaces
Function · 0.52