Method: Libcouchbase::Ext.get3

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.get3(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

  • instance (T)
  • cookie (FFI::Pointer(*Void))
  • cmd (CMDGET)

Returns:



291
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 291

attach_function :get3, :lcb_get3, [T.by_ref, :pointer, CMDGET.by_ref], ErrorT, :blocking => true