• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 15535167063 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2025 01:19PM UTC
Files 511
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jun 2025 01:00PM UTC coverage: 87.512% (-0.02%) from 87.533%
15535167063.1

push

github

sergepetrenko
box: introduce box_tuple_data C API

Expose `box_tuple_data` API for cases where introducing copies with
`box_tuple_to_buf` is undesirable.

Fixes #11478

@TarantoolBot document
Title: `box_tuple_data` to get a pointer to the underlying MsgPack data.

Added new C function `box_tuple_data` to inspect raw MsgPack data. It is
similar to the `box_tuple_to_buf` but the former gives one an access to
the data pointer directly, not to a copy in a buffer. The 'bsize'
argument will be set to the `box_tuple_bsize` result if it is not NULL.

```C
const char * box_tuple_data(box_tuple_t *tuple, size_t *bsize);
```

70467 of 124183 branches covered (56.74%)

103601 of 118385 relevant lines covered (87.51%)

2767420.33 hits per line

Source Files on job 15535167063.1
  • Tree
  • List 511
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 15535167063
  • 31b41088 on github
  • Prev Job for on master (#15534987876.1)
  • Next Job for on master (#15675656346.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc