Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ getMessageName
Method
getMessageName
jnode-core/src/jnode/protocol/io/Message.java:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
public
String getMessageName() {
77
return
messageName;
78
}
79
80
public
void
setMessageName(String arg) {
81
this.messageName = arg;
Callers
9
getString
Method · 0.80
proccessFrame
Method · 0.80
m_skip
Method · 0.80
m_got
Method · 0.80
m_file
Method · 0.80
sendMessage
Method · 0.80
unpack
Method · 0.80
unpackBundle
Method · 0.80
tossIncoming
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected