Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
))]
49
pub(crate) fn classpath_sep() -> &'static str {
50
":"
51
}
52
53
#[cfg(target_os =
"windows"
)]
54
pub(crate) fn classpath_sep() -> &'static str {
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected