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

Method run

java/org/apache/catalina/startup/HostConfig.java:1892–1899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1890
1891 private record MigrateApp(HostConfig config, ContextName cn, File source, File destination) implements Runnable {
1892 @Override
1893 public void run() {
1894 try {
1895 config.migrateLegacyApp(source, destination);
1896 } finally {
1897 config.removeServiced(cn.getName());
1898 }
1899 }
1900 }
1901
1902

Callers

nothing calls this directly

Calls 3

migrateLegacyAppMethod · 0.80
getNameMethod · 0.65
removeServicedMethod · 0.45

Tested by

no test coverage detected