cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
372 B
C++
13 lines
372 B
C++
|
|
{
|
|
ModelInsertCommand insertCommand(&rootModel);
|
|
insertCommand.setAncestorRowNumbers({{event.rowAncestors}});
|
|
insertCommand.setStartRow({{event.start}});
|
|
{
|
|
% if event.interpretString %
|
|
}
|
|
insertCommand.interpret({{event.interpretString}});
|
|
{ % else % } insertCommand.setEnd({{event.end}});
|
|
{ % endif % } insertCommand.doCommand();
|
|
}
|