Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ abs
Function
abs
src/storage/compression/compression.cpp:526–528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
template<typename T>
525
requires std::is_unsigned_v<T>
526
inline T abs(T value) {
527
return value;
528
}
529
530
template<typename T>
531
requires std::is_signed_v<T>
Callers
4
operation
Method · 0.85
AbsInPlaceWithOverflowCheck
Function · 0.85
operator-
Method · 0.85
operation
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected