MCPcopy Create free account
hub / github.com/covscript/covscript / getline

Function getline

sources/instance/type_ext.cpp:817–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815 }
816
817 string getline(istream &in)
818 {
819 std::string str;
820 std::getline(*in, str);
821 return std::move(str);
822 }
823
824 numeric tell(istream &in)
825 {

Callers 2

covscript_mainFunction · 0.85
covscript_debuggerFunction · 0.85

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected