MCPcopy Create free account
hub / github.com/ReZeroS/git / error

Method error

src/main/java/club/qqtim/util/handler/PosixHandler.java:15–18  ·  view source on GitHub ↗
(Errno error, String extraData)

Source from the content-addressed store, hash-verified

13public class PosixHandler implements POSIXHandler {
14
15 @Override
16 public void error(Errno error, String extraData) {
17 System.err.printf("%s %s\n", error, extraData);
18 }
19
20 @Override
21 public void error(Errno error, String methodName, String extraData) {

Callers 14

getWorkingTreeMethod · 0.80
addDirectoryMethod · 0.80
pushMethod · 0.80
hashObjectMethod · 0.80
getObjectMethod · 0.80
diffBlobsMethod · 0.80
getCurrentDirMethod · 0.80
deleteDirMethod · 0.80
createFileMethod · 0.80
createParentDirsMethod · 0.80
getFileAsStringMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected