Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ getStdOut
Function
getStdOut
3rdparty/bx/src/file.cpp:246–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
WriterI* getStdOut()
247
{
248
static FileWriterImpl s_stdOut(stdout);
249
return &s_stdOut;
250
}
251
252
WriterI* getStdErr()
253
{
Callers
3
compileShader
Function · 0.85
printf
Function · 0.85
vprintf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected