enum

Git2::GitStreamT

Inherits Enum < Comparable < Value < Object

Constants

GIT_STREAM_STANDARD = 1
GIT_STREAM_TLS = 2

Instance methods

git_stream_standard?

Returns true if this enum value equals GIT_STREAM_STANDARD

Source
git_stream_tls?

Returns true if this enum value equals GIT_STREAM_TLS

Source