contextIncref method

void contextIncref(
  1. Pointer<Void> ctxHandle
)

Implementation

void contextIncref(Pointer<Void> ctxHandle) {
  _dupContext(ctxHandle);
}