Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ usable
Method
usable
include/covscript/core/variable.hpp:908–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
906
}
907
908
bool usable() const noexcept
909
{
910
return mDat != nullptr;
911
}
912
913
template <typename T, typename... ArgsT>
914
static any make(ArgsT &&...args)
Callers
15
find_id_ref
Method · 0.45
trim_expr
Method · 0.45
opt_expr
Method · 0.45
try_fix_this_deduction
Method · 0.45
dump_expr
Method · 0.45
translate
Method · 0.45
build_tree
Method · 0.45
parse_inc
Method · 0.45
parse_dec
Method · 0.45
parse_expr
Method · 0.45
do_inherit
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected