Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ markPaused
Method
markPaused
java/org/apache/catalina/mapper/Mapper.java:1838–1840 ·
view source on GitHub ↗
Mark the context as paused.
()
Source
from the content-addressed store, hash-verified
1836
* Mark the context as paused.
1837
*/
1838
public
void
markPaused() {
1839
paused = true;
1840
}
1841
}
1842
1843
// ---------------------------------------------------- Wrapper Inner Class
Callers
1
pauseContextVersion
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected