Function re_sdk::recording_stream::forced_sink_path
source · pub fn forced_sink_path() -> Option<String>
Expand description
Returns path for force sink if private environment variable _RERUN_TEST_FORCE_SAVE
is set
Newly created RecordingStream
s should use a crate::sink::FileSink
pointing to this path.
Furthermore, RecordingStream::set_sink
calls after this should not swap out to a new sink but re-use the existing one.
Note that creating a new crate::sink::FileSink
to the same file path (even temporarily) can cause
a race between file creation (and thus clearing) and pending file writes.