MCPcopy 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_refMethod · 0.45
trim_exprMethod · 0.45
opt_exprMethod · 0.45
dump_exprMethod · 0.45
translateMethod · 0.45
build_treeMethod · 0.45
parse_incMethod · 0.45
parse_decMethod · 0.45
parse_exprMethod · 0.45
do_inheritMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected