Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ IsEmpty
Function
IsEmpty
Source/FlowDebugger/Public/Debugger/FlowDebuggerTypes.h:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
};
67
68
bool IsEmpty() const
69
{
70
return !Breakpoint.IsActive() && PinBreakpoints.IsEmpty();
71
}
72
};
Callers
nothing calls this directly
Calls
1
IsEmpty
Method · 0.80
Tested by
no test coverage detected