MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / _glb

Method _glb

chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:481–481  ·  view source on GitHub ↗
(boolean mem)

Source from the content-addressed store, hash-verified

479 return glb;
480 }
481 Type _glb(boolean mem) { assert is_simple(); return Type.BOTTOM; }
482
483 Type _close() { return this; }
484 public Type widen() { return this; }

Callers 1

glbMethod · 0.45

Calls 1

is_simpleMethod · 0.95

Tested by

no test coverage detected