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

Method getLibExt

test/one/profiler/test/Os.java:13–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 WINDOWS;
12
13 public String getLibExt() {
14 switch (this) {
15 case LINUX:
16 return "so";
17 case MACOS:
18 return "dylib";
19 case WINDOWS:
20 return "dll";
21 default:
22 throw new AssertionError();
23 }
24 }
25}

Callers 1

profilerLibPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected