Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ AsSignedNumber
Method
AsSignedNumber
LibLemon/include/lemon/core/json.h:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template<typename I = long>
141
inline I AsSignedNumber(){
142
return static_cast<I>(sLong);
143
}
144
145
template<typename I = unsigned long>
146
inline I AsUnsignedNumber(){
Callers
3
main
Function · 0.80
PrintArray
Function · 0.80
PrintObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected