Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_source_code
Method
get_source_code
modules/mono/csharp_script.cpp:2497–2499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2495
}
2496
2497
String CSharpScript::get_source_code() const {
2498
return source;
2499
}
2500
2501
void CSharpScript::set_source_code(const String &p_code) {
2502
if (source == p_code) {
Callers
1
save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected