MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Dispose

Method Dispose

src/Update/Program.cs:844–850  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

842 }
843
844 public void Dispose()
845 {
846 lock (gate) {
847 inner.Flush();
848 inner.Dispose();
849 }
850 }
851 }
852}

Callers 1

GetEnumeratorMethod · 0.45

Calls 1

FlushMethod · 0.80

Tested by

no test coverage detected