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

Method _glb

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

Source from the content-addressed store, hash-verified

475 return glb;
476 }
477 Type _glb(boolean mem) { assert is_simple(); return Type.BOTTOM; }
478
479 Type _close() { return this; }
480

Callers 1

glbMethod · 0.45

Calls 1

is_simpleMethod · 0.95

Tested by

no test coverage detected