MCPcopy Create free account
hub / github.com/cinder/Cinder / getStream

Method getStream

src/cinder/DataTarget.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63OStreamRef DataTargetPath::getStream()
64{
65 if( ! mStream )
66 mStream = writeFileStream( mFilePath );
67
68 return mStream;
69}
70
71/////////////////////////////////////////////////////////////////////////////
72// DataTargetStream

Callers 12

writeMethod · 0.80
finalizeMethod · 0.80
writeObjFunction · 0.80
writeMethod · 0.80
ImageTargetFileQuartzMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
ImageTargetFileQoiMethod · 0.80
finalizeMethod · 0.80
ImageTargetFileWicMethod · 0.80
TargetFileOggVorbisMethod · 0.80

Calls 1

writeFileStreamFunction · 0.85

Tested by

no test coverage detected