MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / print

Method print

include/chaiscript/dispatchkit/bootstrap.hpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 static void print(const std::string &s)
206 {
207 fwrite(s.c_str(), 1, s.size(), stdout);
208 }
209
210 static void println(const std::string &s)
211 {

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected