Handbook
Glossary
git-revision-not-found? ( object -- ? )
Vocabulary
vocabs
.
git
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
git-revision-not-found
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
vocabs.git
:
git-revision-not-found?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
git-revision-not-found
eq?
]
[
drop
f
]
if
;