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

Function writeString

src/cinder/Utilities.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void writeString( const fs::path &path, const std::string &str )
151{
152 writeString( (DataTargetRef)writeFile( path ), str );
153}
154
155void writeString( const DataTargetRef &dataTarget, const std::string &str )
156{

Callers 2

Utilities.cppFile · 0.85

Calls 5

writeFileFunction · 0.85
ExceptionFunction · 0.50
emptyMethod · 0.45
stringMethod · 0.45
closeMethod · 0.45

Tested by 1