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

Method call

src/main/java/club/qqtim/command/CatFile.java:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 private String type;
25
26 @Override
27 public String call() {
28 final String fileContent = ZitContext.getObjectAsString(id, type);
29 log.info(fileContent);
30 return fileContent;
31 }
32}

Callers

nothing calls this directly

Calls 1

getObjectAsStringMethod · 0.95

Tested by

no test coverage detected