MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / get_throttle

Method get_throttle

common/alog.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 virtual int get_log_file_fd() override { return log_file_fd; }
63 virtual uint64_t set_throttle(uint64_t t = -1) override { return throttle = t; }
64 virtual uint64_t get_throttle() override { return throttle; }
65 virtual void destruct() override { }
66};
67

Callers 1

get_throttleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected