Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acsoto/BUAA-Compiler
/ isKey
Method
isKey
src/KeyWordMap.java:49–51 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
boolean isKey(String str) {
50
return
keyWords.containsKey(str);
51
}
52
53
}
Callers
1
analyseLetter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected