Sha256: 3c6f2cbf41bd4c76404f49e5d158fade7c3f23f424b0aa6ba1e5897577cadb50

Contents?: true

Size: 378 Bytes

Versions: 88

Compression:

Stored size: 378 Bytes

Contents

#ifndef VALUE_ACCESS_H
#define VALUE_ACCESS_H
#include <ruby.h>

VALUE method_load_used(VALUE self);

VALUE method_save_used(VALUE self, VALUE value);

VALUE method_get_double(VALUE self, VALUE index);

VALUE method_fetch_entry(VALUE self, VALUE positions, VALUE key, VALUE default_value);

VALUE method_upsert_entry(VALUE self, VALUE positions, VALUE key, VALUE value);

#endif

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
prometheus-client-mmap-0.28.1 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.1-x86_64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.1-x86_64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.1-arm64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.1-aarch64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.0 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.0-x86_64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.0-x86_64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.0-arm64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.28.0-aarch64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.27.0 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.27.0-x86_64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.27.0-x86_64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.27.0-arm64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.27.0-aarch64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.26.1 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.26.1-x86_64-linux ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.26.1-x86_64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.26.1-arm64-darwin ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.26.1-aarch64-linux ext/fast_mmaped_file/value_access.h