MCPcopy Index your code
hub / github.com/apache/tomcat / isPaused

Method isPaused

java/org/apache/catalina/mapper/Mapper.java:1831–1833  ·  view source on GitHub ↗

Check if the context is paused. @return true if paused

()

Source from the content-addressed store, hash-verified

1829 * @return true if paused
1830 */
1831 public boolean isPaused() {
1832 return paused;
1833 }
1834
1835 /**
1836 * Mark the context as paused.

Callers 3

removeWrapperMethod · 0.95
removeWelcomeFileMethod · 0.95
internalMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected