MCPcopy Create free account
hub / github.com/bwapi/bwapi / write

Method write

bwapi/BWAPI/Source/BWAPI/Console.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 template<typename Sink>
32 std::streamsize write(Sink& snk, const char* s, std::streamsize n) const
33 {
34 openConsole(attach, alloc);
35 return io::write(snk, s, n);
36 }
37
38 template<typename Source>
39 std::streamsize read(Source& src, char* s, std::streamsize n) const

Callers

nothing calls this directly

Calls 1

openConsoleFunction · 0.85

Tested by

no test coverage detected