MCPcopy Create free account
hub / github.com/WheretIB/nullc / __operatorShiftLeft

Function __operatorShiftLeft

NULLC/translation/std_io.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 return *(&n_8);
176}
177StdOut __operatorShiftLeft(StdOut out_0, StdBase base_4, void* unused)
178{
179 *(&(&io)->currBase) = *(&base_4);
180 return *(&out_0);
181}
182StdOut __operatorShiftLeft(StdOut out_0, NULLCFuncPtr<__typeProxy_char___ref_StdNonTerminatedTag_> wrapper_4, void* unused)
183{
184 Write(((NULLCArray<char > (*)(StdNonTerminatedTag , void*))(*__nullcFM)[(*(&wrapper_4)).id])(*(&(&io)->non_terminated_tag), (*(&wrapper_4)).context), (void*)0);

Callers

nothing calls this directly

Calls 2

WriteFunction · 0.85
PrintFunction · 0.85

Tested by

no test coverage detected