MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / getFile

Method getFile

test/one/profiler/test/TestProcess.java:349–351  ·  view source on GitHub ↗
(String fileId)

Source from the content-addressed store, hash-verified

347 }
348
349 public File getFile(String fileId) {
350 return tmpFiles.get(fileId);
351 }
352
353 public String getFilePath(String fileId) {
354 return getFile(fileId).getAbsolutePath();

Callers 15

getFilePathMethod · 0.95
readFileMethod · 0.95
parseRecordingMethod · 0.80
allModeEventOverrideMethod · 0.80
jfrSyncSmokeMethod · 0.80
instrumentJfrMethod · 0.80
manyEnginesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected