Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ evaluate
Method
evaluate
src/module/writelnmodule.cpp:27–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
Node* WriteLnModule::evaluate(const Context& ctx) const
28
{
29
WriteModule::evaluate(ctx);
30
output << Qt::endl;
31
return nullptr;
32
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected