MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / Cancel

Method Cancel

crates/csharp/src/AsyncSupport.cs:329–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327public class CancelableWrite(IVTable cancelableVTable, int handle) : ICancelable
328{
329 public uint Cancel()
330 {
331 return cancelableVTable.CancelWrite(handle);
332 }
333}
334
335/// <summary>

Callers

nothing calls this directly

Calls 1

CancelWriteMethod · 0.45

Tested by

no test coverage detected