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

Method read

bwapi/BWAPI/Source/BWAPI/Console.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 template<typename Source>
39 std::streamsize read(Source& src, char* s, std::streamsize n) const
40 {
41 openConsole(attach, alloc);
42 return io::read(src, s, n);
43 }
44 };
45 BOOST_IOSTREAMS_PIPABLE(OpenConsoleFilter, 0)
46#endif

Callers 3

getFileTypeFunction · 0.45
calculateMapHashMethod · 0.45
onGameStartMethod · 0.45

Calls 1

openConsoleFunction · 0.85

Tested by

no test coverage detected