Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetError
Method
SetError
Source/CodeEntry.cpp:724–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
722
}
723
724
void CodeEntry::SetError(bool error, int errorLine)
725
{
726
mHasError = error;
727
mErrorLine = errorLine;
728
}
729
730
void CodeEntry::OnClicked(float x, float y, bool right)
731
{
Callers
1
RunCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected