Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
glb
Method · 0.45
Calls
1
is_simple
Method · 0.95
Tested by
no test coverage detected