MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / get_overwrite_policy

Method get_overwrite_policy

external/include/ringbuffer.hpp:723–726  ·  view source on GitHub ↗

returns the overwrite policy for the buffer */

Source from the content-addressed store, hash-verified

721
722 /* returns the overwrite policy for the buffer */
723 enum overwrite_policy get_overwrite_policy (void) const noexcept
724 {
725 return this->_owpolicy;
726 }
727
728 private:
729 /* returns an iterator the start of the buffer */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected