Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hessesian/kmp-lsp
/ language_id_is_java
Function
language_id_is_java
src/language/java_tests.rs:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
#[test]
7
fn language_id_is_java() {
8
assert_eq!(JavaParser.language_id(),
"java"
);
9
}
10
11
#[test]
12
fn extensions_include_java() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected