Handbook
Glossary
mdb-insert-op? ( object -- ? )
Vocabulary
mongodb
.
operations
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
mdb-insert-op
class.
Definition
USING:
kernel
math
mongodb.msg
;
IN:
mongodb.operations.private
:
mdb-insert-op?
( object -- ? )
dup
integer?
[
OP_Insert
=
]
[
drop
f
]
if
;