MCPcopy Create free account
hub / github.com/JayXon/Leanify / Leanify

Method Leanify

formats/lua.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100size_t Lua::Leanify(size_t size_leanified /*= 0*/)
101{
102 // skip header
103 p_read_ += 0xC;
104 p_write_ = p_read_ - size_leanified;
105 fp_ -= size_leanified;
106 FunctionParser();
107
108 return p_write_ - fp_;
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected