MCPcopy Create free account
hub / github.com/cuberite/cuberite / LightIsValid

Method LightIsValid

src/WorldStorage/WSSCompact.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110bool cJsonChunkSerializer::LightIsValid(bool a_IsLightValid)
111{
112 if (!a_IsLightValid)
113 {
114 return false;
115 }
116 m_Root["IsLightValid"] = true;
117 m_HasJsonData = true;
118 return true;
119}
120
121
122

Callers 1

GetAllDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected