Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SWI-Prolog/packages-jpl
/ hashCode
Method
hashCode
src/main/java/org/jpl7/JRef.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
@Override
85
public
int
hashCode() {
86
return
Objects.hash(object);
87
}
88
89
public
boolean hasFunctor(String name,
int
arity) {
90
return
false;
// according to functor/3, a <jref>(0x01d8000)'s functor
Callers
1
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected