Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ bind
Method
bind
java/org/apache/naming/SelectorContext.java:142–145 ·
view source on GitHub ↗
(Name name, Object obj)
Source
from the content-addressed store, hash-verified
140
141
142
@Override
143
public
void
bind(Name name, Object obj) throws NamingException {
144
getBoundContext().bind(parseName(name), obj);
145
}
146
147
148
@Override
Callers
nothing calls this directly
Calls
3
getBoundContext
Method · 0.95
parseName
Method · 0.95
bind
Method · 0.65
Tested by
no test coverage detected