MCPcopy Create free account
hub / github.com/acsoto/BUAA-Compiler / getContent

Method getContent

src/Function.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public String getContent() {
22 return content;
23 }
24
25 public String getReturnType() {
26 return returnType;

Callers 2

analyseFuncDefMethod · 0.95
FunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected