Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ IsTargetingModule
Method
IsTargetingModule
Source/Snapshots.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
bool Snapshots::IsTargetingModule(IDrawableModule* module) const
280
{
281
return VectorContains(module, mSnapshotModules);
282
}
283
284
void Snapshots::AddSnapshotTarget(IDrawableModule* target)
285
{
Callers
1
SetDisplayModule
Method · 0.80
Calls
1
VectorContains
Function · 0.85
Tested by
no test coverage detected