Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getTarget
Method
getTarget
src/main/java/core/org/xbill/DNS/PTRRecord.java:33–36 ·
view source on GitHub ↗
Gets the target of the PTR Record
()
Source
from the content-addressed store, hash-verified
31
32
/** Gets the target of the PTR Record */
33
public
Name
34
getTarget() {
35
return
getSingleName();
36
}
37
38
}
Callers
1
getHostName
Method · 0.95
Calls
1
getSingleName
Method · 0.80
Tested by
no test coverage detected