Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
void writeString( const fs::path &path, const std::string &str )
151
{
152
writeString( (DataTargetRef)writeFile( path ), str );
153
}
154
155
void writeString( const DataTargetRef &dataTarget, const std::string &str )
156
{
Callers
2
testSeparateShaderPreprocessor
Method · 0.85
Utilities.cpp
File · 0.85
Calls
5
writeFile
Function · 0.85
Exception
Function · 0.50
empty
Method · 0.45
string
Method · 0.45
close
Method · 0.45
Tested by
1
testSeparateShaderPreprocessor
Method · 0.68