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