Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acsoto/BUAA-Compiler
/ setParas
Method
setParas
src/Function.java:17–19 ·
view source on GitHub ↗
(ArrayList<Integer> paras)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
void
setParas(ArrayList<Integer> paras) {
18
this.paras = paras;
19
}
20
21
public
String getContent() {
22
return
content;
Callers
2
analyseFuncDef
Method · 0.95
analyseMainFuncDef
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected