Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ itemExists
Method
itemExists
java/jms/src/org/opendds/jms/MapMessageImpl.java:184–187 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
182
}
183
184
public
boolean itemExists(String s) throws JMSException {
185
mapBody.absorbTheMapBody();
186
return
mapBody.itemExists(s);
187
}
188
189
protected
void
doClearBody() {
190
initBody();
Callers
1
testItemExists
Method · 0.95
Calls
1
absorbTheMapBody
Method · 0.80
Tested by
1
testItemExists
Method · 0.76