Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ testDoubleLiteral
Method
testDoubleLiteral
src/test/java/pascal/taie/ir/LiteralTest.java:61–63 ·
view source on GitHub ↗
(double d)
Source
from the content-addressed store, hash-verified
59
}
60
61
private
static
void
testDoubleLiteral(double d) {
62
assertEquals(DoubleLiteral.get(d).getValue(), d, 0);
63
}
64
}
Callers
1
testNumericLiteral
Method · 0.95
Calls
2
get
Method · 0.95
getValue
Method · 0.45
Tested by
no test coverage detected