MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / Log

Method Log

ui/Services/Patching/Patcher.cs:774–777  ·  view source on GitHub ↗
(string msg)

Source from the content-addressed store, hash-verified

772 }
773
774 void Log(string msg)
775 {
776 if (_verbose) _log?.Invoke(msg);
777 }
778
779 string DeployEmbeddedPayload()
780 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected