MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildFileStart

Method buildFileStart

src/tokenbuilder.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void TokenBuilder::buildFileStart(QFileInfo file)
438{
439 openfile(file);
440 path_stack.push(file.absoluteDir());
441}
442
443void TokenBuilder::buildFileFinish()
444{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected