MCPcopy Create free account
hub / github.com/cinder/Cinder / protocol

Method protocol

include/asio/generic/stream_protocol.hpp:83–86  ·  view source on GitHub ↗

Obtain an identifier for the protocol.

Source from the content-addressed store, hash-verified

81
82 /// Obtain an identifier for the protocol.
83 int protocol() const ASIO_NOEXCEPT
84 {
85 return protocol_;
86 }
87
88 /// Obtain an identifier for the protocol family.
89 int family() const ASIO_NOEXCEPT

Callers 1

stream_protocolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected