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

Method GetFlags

external/zep/src/editor.cpp:1174–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172 }
1173
1174 uint32_t ZepEditor::GetFlags() const {
1175 return m_flags;
1176 }
1177
1178 void ZepEditor::SetFlags(uint32_t flags) {
1179 m_flags = flags;

Callers 3

UpdateMarkersMethod · 0.80
EndFlashMethod · 0.80
BeginFlashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected