MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / xsputn

Method xsputn

src/backward.h:3945–3948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3943 }
3944
3945 std::streamsize xsputn(const char_type* s, std::streamsize count) override
3946 {
3947 return static_cast<std::streamsize>(fwrite(s, sizeof *s, static_cast<size_t>(count), sink));
3948 }
3949
3950#ifdef BACKWARD_ATLEAST_CXX11
3951public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected