Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ IsString
Method
IsString
LibLemon/include/lemon/core/json.h:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
inline bool IsString(){
113
return type == TypeString;
114
}
115
116
inline bool IsNumber(){
117
return type == TypeNumber;
Callers
5
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
PrintArray
Function · 0.80
PrintObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected