* Returns an object representing a `long long` (64-bit) value. * * The value by default is 0, but can be initialized to a value by passing a number or long long as a string. * * @proto value = () * @proto value = (n) * @proto value = (n_ll) * @proto value = (n_str) * @param int32 n * @param int64 n_ll * @param string n_str * @return int64 valu
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected