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/NSRecord.java:32–35 ·
view source on GitHub ↗
Gets the target of the NS Record
()
Source
from the content-addressed store, hash-verified
30
31
/** Gets the target of the NS Record */
32
public
Name
33
getTarget() {
34
return
getSingleName();
35
}
36
37
public
Name
38
getAdditionalName() {
Callers
1
fromDNAME
Method · 0.45
Calls
1
getSingleName
Method · 0.80
Tested by
no test coverage detected