MCPcopy Create free account
hub / github.com/DFHack/dfhack / sync

Method sync

library/include/ColorText.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 protected:
83 virtual int sync() {
84 owner->flush_buffer(true);
85 return 0;
86 }
87 };
88
89 buffer *buf() { return (buffer*)rdbuf(); }

Callers

nothing calls this directly

Calls 1

flush_bufferMethod · 0.80

Tested by

no test coverage detected