MCPcopy Create free account
hub / github.com/apache/tomcat / isWritable

Method isWritable

java/org/apache/naming/NamingContext.java:653–655  ·  view source on GitHub ↗

Check if writing is allowed on this context. @return true if writing is allowed on this context

()

Source from the content-addressed store, hash-verified

651 * @return <code>true</code> if writing is allowed on this context
652 */
653 protected boolean isWritable() {
654 return ContextAccessController.isWritable(name);
655 }
656
657
658 /**

Callers 3

checkWritableMethod · 0.95
processKeyMethod · 0.45
rehandshakeMethod · 0.45

Calls 1

isWritableMethod · 0.95

Tested by

no test coverage detected