Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ isSpace
Function
isSpace
components/lua/configuration.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
bool isSpace(char c)
48
{
49
return std::isspace(static_cast<unsigned char>(c));
50
}
51
}
52
53
void ScriptsConfiguration::init(ESM::LuaScriptsCfg cfg, bool remap)
Callers
1
parseOMWScripts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected