MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / tlssPush

Function tlssPush

tests/framework/src/doctest.cpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 } g_oss;
267
268 std::ostream* tlssPush() {
269 return g_oss.push();
270 }
271
272 String tlssPop() {
273 return g_oss.pop();

Callers 3

toStreamLitFunction · 0.85
MessageBuilderMethod · 0.85
toStreamFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected