MCPcopy Create free account
hub / github.com/Rezonality/zep / UpdateSyntax

Method UpdateSyntax

extensions/orca/syntax_orca.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ZepSyntax_Orca::UpdateSyntax()
51{
52 auto& buffer = m_buffer.GetWorkingBuffer();
53
54 // We don't do anything in orca mode, we get dynamically because Orca tells us the colors
55 m_targetChar = long(0);
56 m_processedChar = long(buffer.size() - 1);
57}
58
59void ZepSyntax_Orca::UpdateSyntax(std::vector<SyntaxResult>& syntax)
60{

Callers 1

WriteToBufferMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected