Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ to_string
Method
to_string
include/covscript/core/variable.hpp:989–994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
987
}
988
989
cs::string_borrower to_string() const
990
{
991
if (this->mDat == nullptr)
992
return
"Null"
;
993
return this->mDat->data.to_string();
994
}
995
996
std::size_t hash() const
997
{
Callers
1
variable.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected