MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / classpath_sep

Function classpath_sep

rust/src/utils.rs:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48#[cfg(not(target_os = "windows"))]
49pub(crate) fn classpath_sep() -> &'static str {
50 ":"
51}
52
53#[cfg(target_os = "windows")]
54pub(crate) fn classpath_sep() -> &'static str {

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected