Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReZeroS/git
/ hashObject
Method
hashObject
src/main/java/club/qqtim/command/HashObject.java:45–47 ·
view source on GitHub ↗
(byte[] fileContents)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
static
String hashObject(byte[] fileContents) {
46
return
hashObject(fileContents, ConstantVal.BLOB);
47
}
48
49
/**
50
* get hash of file content and create it with type describe.
Callers
5
getWorkingTree
Method · 0.95
commit
Method · 0.95
writeTreeRecursive
Method · 0.95
doHashObject
Method · 0.95
mergeTrees
Method · 0.95
Calls
3
createFile
Method · 0.95
error
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected