MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / ClearFileFlags

Method ClearFileFlags

external/zep/src/buffer.cpp:1478–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476 }
1477
1478 void ZepBuffer::ClearFileFlags(uint32_t flags) {
1479 m_fileFlags = ZClearFlags(m_fileFlags, flags);
1480 GetEditor().UpdateTabs();
1481 }
1482
1483 bool ZepBuffer::HasFileFlags(uint32_t flags) const {
1484 return ZTestFlags(m_fileFlags, flags);

Callers

nothing calls this directly

Calls 2

ZClearFlagsFunction · 0.85
UpdateTabsMethod · 0.80

Tested by

no test coverage detected