MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / getLargeIntValue

Method getLargeIntValue

3rdparty/Amalgamate/juce_core_amalgam.cpp:11186–11189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11184}
11185
11186int64 String::getLargeIntValue() const noexcept
11187{
11188 return text.getIntValue64();
11189}
11190
11191float String::getFloatValue() const noexcept
11192{

Callers 2

toInt64Method · 0.80
runTestMethod · 0.80

Calls 1

getIntValue64Method · 0.45

Tested by

no test coverage detected