Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ lookupLink
Method
lookupLink
java/org/apache/naming/NamingContext.java:365–368 ·
view source on GitHub ↗
(Name name)
Source
from the content-addressed store, hash-verified
363
364
365
@Override
366
public
Object lookupLink(Name name) throws NamingException {
367
return
lookup(name, false);
368
}
369
370
371
@Override
Callers
nothing calls this directly
Calls
1
lookup
Method · 0.95
Tested by
no test coverage detected