MCPcopy Create free account
hub / github.com/bytedance/dplm / sync

Method sync

analysis/TMscore.cpp:1970–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1968
1969 template <typename C, typename T>
1970 int
1971 basic_pstreambuf<C,T>::sync()
1972 {
1973 return !exited() && empty_buffer() ? 0 : -1;
1974 }
1975
1976 /**
1977 * @param s character buffer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected