MCPcopy 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
2497String CSharpScript::get_source_code() const {
2498 return source;
2499}
2500
2501void CSharpScript::set_source_code(const String &p_code) {
2502 if (source == p_code) {

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected