MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Cleanup

Method Cleanup

Source/Tools/Flax.Build/Deploy/Deployer.cs:173–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 private static void Cleanup()
174 {
175#if false
176 // Restore the generated config file (could resource with git but do it here just in case)
177 using (var writer = new StreamWriter(Path.Combine(ProjectRoot, "Source/Engine/Core/Config.Gen.h")))
178 {
179 writer.WriteLine("#pragma once");
180 writer.WriteLine();
181 }
182#endif
183 }
184
185 private static void BuildEditor()
186 {

Callers

nothing calls this directly

Calls 1

WriteLineMethod · 0.80

Tested by

no test coverage detected