Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/harness/harness
/ IsEmpty
Method
IsEmpty
git/diff/diff.go:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
func
(f *File) IsEmpty() bool {
200
return
f.Path ==
""
&& f.OldPath ==
""
201
}
202
203
type
Parser
struct
{
204
*bufio.Reader
Callers
1
Parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected