Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Col-E/Recaf
/ parseLit
Method
parseLit
src/test/java/me/coley/recaf/AssemblyCasesTest.java:753–755 ·
view source on GitHub ↗
(String code)
Source
from the content-addressed store, hash-verified
751
}
752
753
private
static
ParseResult<RootAST> parseLit(String code) {
754
return
Parse.parse(code);
755
}
756
}
Callers
5
testPrimitiveLongUnknownValue
Method · 0.80
testNullVarDiscoversTypeInControlFlowEdge
Method · 0.80
testTypeDiscoveryInTryCatch
Method · 0.80
testTypeDiscoveryInIfStatement
Method · 0.80
testStaticArgsAndTwoWordStorage
Method · 0.80
Calls
1
parse
Method · 0.95
Tested by
no test coverage detected