Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ print
Function
print
sources/instance/type_ext.cpp:920–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
}
919
920
void print(ostream &out, const var &val)
921
{
922
*out << val << std::flush;
923
}
924
925
void println(ostream &out, const var &val)
926
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected