MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / _init_

Method _init_

src/core/core.cpp:271–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269#endif // HAVE_LOG
270
271void Glue::_init_() {
272#ifdef HAVE_LOG
273 // print glue types
274 __log << "elements in _glueTypes" << endl;
275 for (auto x : _glueTypes) __log << "\t" << x << endl;
276 __log << endl;
277#endif // HAVE_LOG
278}
279
280void Glue::_free_() {
281 // delete glue-types

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected