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

Method ToggleFileFlag

src/buffer.cpp:1416–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416void ZepBuffer::ToggleFileFlag(uint32_t flags)
1417{
1418 m_fileFlags = ZSetFlags(m_fileFlags, flags, !ZTestFlags(m_fileFlags, flags));
1419}
1420
1421GlyphRange ZepBuffer::GetExpression(ExpressionType type, const GlyphIterator location, const std::vector<char>& beginExpression, const std::vector<char>& endExpression) const
1422{

Callers 1

HandleExCommandMethod · 0.80

Calls 2

ZSetFlagsFunction · 0.85
ZTestFlagsFunction · 0.85

Tested by

no test coverage detected