MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ExecuteCode

Method ExecuteCode

Source/ScriptModule.cpp:1075–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075void ScriptModule::ExecuteCode()
1076{
1077 RunScript(NextBufferTime(false));
1078}
1079
1080std::pair<int, int> ScriptModule::ExecuteBlock(int lineStart, int lineEnd)
1081{

Callers 2

OnKeyPressedMethod · 0.80
PollMethod · 0.80

Calls 1

NextBufferTimeFunction · 0.85

Tested by

no test coverage detected