Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isSpace
Function
isSpace
core/3d/ObjLoader.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
};
70
71
static inline bool isSpace(const char c)
72
{
73
return (c ==
' '
) || (c ==
'\t'
);
74
}
75
76
static inline bool isNewLine(const char c)
77
{
Callers
2
LoadMtl
Function · 0.85
LoadObj
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected