MCPcopy Create free account
hub / github.com/catboost/catboost / Assign

Method Assign

library/cpp/neh/asio/asio.h:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void Assign(int val) noexcept {
45 Val_ = val;
46 }
47
48 int Value() const noexcept {
49 return Val_;

Callers 5

BufferFunction · 0.45
SendRequestMethod · 0.45
BindMethod · 0.45
ListenMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected