MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / clone

Method clone

include/chaiscript/dispatchkit/boxed_number.hpp:524–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 }
523
524 static Boxed_Value clone(const Boxed_Value &t_bv) {
525 return Boxed_Number(t_bv).get_as(t_bv.get_type_info()).bv;
526 }
527
528 static bool is_floating_point(const Boxed_Value &t_bv)
529 {

Callers

nothing calls this directly

Calls 2

get_asMethod · 0.80
Boxed_NumberClass · 0.70

Tested by

no test coverage detected