MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / Send

Method Send

projects/CSharp/Proto/com.chronoxor.test.cs:16186–16186  ·  view source on GitHub ↗
(object obj)

Source from the content-addressed store, hash-verified

16184 }
16185
16186 public long Send(object obj) { return SendListener(this, obj); }
16187 public long SendListener(ISenderListener listener, object obj)
16188 {
16189 switch (obj)

Callers 3

SendAndReceiveFinalMethod · 0.45
SendAndReceiveMethod · 0.45
MainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected