Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ExecuteBlock
Method
ExecuteBlock
Source/ScriptModule.cpp:1080–1083 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1078
}
1079
1080
std::pair<int, int> ScriptModule::ExecuteBlock(int lineStart, int lineEnd)
1081
{
1082
return RunScript(gTime, lineStart, lineEnd);
1083
}
1084
1085
void ScriptModule::OnCodeUpdated()
1086
{
Callers
1
OnKeyPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected