Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isNewLine
Function
isNewLine
core/3d/ObjLoader.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static inline bool isNewLine(const char c)
77
{
78
return (c ==
'\r'
) || (c ==
'\n'
) || (c ==
'\0'
);
79
}
80
81
// Make index zero-base, and also support relative index.
82
static inline int fixIndex(int idx, int n)
Callers
1
LoadObj
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected