Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ is_same
Method
is_same
include/covscript/core/variable.hpp:1028–1031 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1026
}
1027
1028
bool is_same(const any &obj) const
1029
{
1030
return this->mDat == obj.mDat;
1031
}
1032
1033
bool is_rvalue() const
1034
{
Callers
2
operator==
Method · 0.80
structure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected