Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ clone
Method
clone
src/main/java/wyil/lang/WyilFile.java:5957–5960 ·
view source on GitHub ↗
(Syntactic.Item[] operands)
Source
from the content-addressed store, hash-verified
5955
}
5956
5957
@Override
5958
public
Type.Tuple clone(Syntactic.Item[] operands) {
5959
return
new
Tuple(ArrayUtils.toArray(Type.
class
, operands));
5960
}
5961
5962
@Override
5963
public
String toString() {
Callers
nothing calls this directly
Calls
1
toArray
Method · 0.95
Tested by
no test coverage detected