Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Conceptual-Machines/magda-core
/ writeTempScript
Function
writeTempScript
tests/test_lua_controller.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
juce::File writeTempScript(const juce::String& source, const juce::String& name) {
29
auto file = testTempRoot().getChildFile(name);
30
file.replaceWithText(source);
31
return file;
32
}
33
34
} // namespace
35
Callers
1
test_lua_controller.cpp
File · 0.85
Calls
1
testTempRoot
Function · 0.70
Tested by
no test coverage detected