Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ Node
Method
Node
ZezeJava/ZezeJavaTest/src/GlobalRaft/RaftConfig.java:267–271 ·
view source on GitHub ↗
(Element self)
Source
from the content-addressed store, hash-verified
265
private
Element Self;
266
267
Node(Element self) {
268
Self = self;
269
Host = self.getAttribute(
"Host"
);
270
Port = Integer.parseInt(self.getAttribute(
"Port"
));
271
}
272
273
String getHost() {
274
return
Host;
Callers
nothing calls this directly
Calls
1
parseInt
Method · 0.80
Tested by
no test coverage detected