MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / getLink

Method getLink

src/main/java/wyil/lang/WyilFile.java:2849–2852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2847 }
2848
2849 @Override
2850 public Decl.Link<Decl.Callable> getLink() {
2851 return getBinding().getLink();
2852 }
2853
2854 @Override
2855 public Decl.Binding<Type.Callable,Decl.Callable> getBinding() {

Callers

nothing calls this directly

Calls 2

getBindingMethod · 0.95
getLinkMethod · 0.65

Tested by

no test coverage detected