Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ unbind
Method
unbind
java/org/apache/naming/SelectorContext.java:166–169 ·
view source on GitHub ↗
(Name name)
Source
from the content-addressed store, hash-verified
164
165
166
@Override
167
public
void
unbind(Name name) throws NamingException {
168
getBoundContext().unbind(parseName(name));
169
}
170
171
172
@Override
Callers
nothing calls this directly
Calls
3
getBoundContext
Method · 0.95
parseName
Method · 0.95
unbind
Method · 0.65
Tested by
no test coverage detected