enum

Git2::GitOdbStreamT

Inherits Enum < Comparable < Value < Object

Constants

GIT_STREAM_RDONLY = 2
GIT_STREAM_WRONLY = 4
GIT_STREAM_RW = 6

Instance methods

git_stream_rdonly?

Returns true if this enum value equals GIT_STREAM_RDONLY

Source
git_stream_rw?

Returns true if this enum value equals GIT_STREAM_RW

Source
git_stream_wronly?

Returns true if this enum value equals GIT_STREAM_WRONLY

Source