Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ is_new_line_start
Function
is_new_line_start
src/Chain/libraries/glua/glua_tokenparser.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static bool is_new_line_start(int c)
105
{
106
return c ==
'\n'
|| c ==
'\r'
;
107
}
108
109
static inline bool is_base16_digit(int c)
110
{
Callers
3
_read_string
Method · 0.85
_read_long_string
Method · 0.85
_parse_next_token
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected