MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / IsActive

Method IsActive

NetStream/source/dialog.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261bool dialog::IsActive()
262{
263 if (s_currentDialog == CURRENT_DIALOG_NONE)
264 return false;
265
266 return true;
267}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected