Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ bind
Method
bind
java/org/apache/naming/NamingContext.java:165–168 ·
view source on GitHub ↗
(Name name, Object obj)
Source
from the content-addressed store, hash-verified
163
164
165
@Override
166
public
void
bind(Name name, Object obj) throws NamingException {
167
bind(name, obj, false);
168
}
169
170
171
@Override
Callers
3
rebind
Method · 0.95
rename
Method · 0.95
createSubcontext
Method · 0.95
Calls
10
checkWritable
Method · 0.95
getSuffix
Method · 0.80
get
Method · 0.65
getString
Method · 0.65
bind
Method · 0.65
put
Method · 0.65
isEmpty
Method · 0.45
size
Method · 0.45
rebind
Method · 0.45
getReference
Method · 0.45
Tested by
no test coverage detected