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

Method HasFileFlags

src/buffer.cpp:1411–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409}
1410
1411bool ZepBuffer::HasFileFlags(uint32_t flags) const
1412{
1413 return ZTestFlags(m_fileFlags, flags);
1414}
1415
1416void ZepBuffer::ToggleFileFlag(uint32_t flags)
1417{

Callers 8

SaveBufferMethod · 0.80
UpdateWindowStateMethod · 0.80
UpdateTabsMethod · 0.80
AddWindowMethod · 0.80
SwitchModeMethod · 0.80
AddCommandMethod · 0.80
GetCommandMethod · 0.80
HandleExCommandMethod · 0.80

Calls 1

ZTestFlagsFunction · 0.85

Tested by

no test coverage detected