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

tarantool / tarantool / 15535167063
88%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2025 01:19PM UTC
Jobs 1
Files 511
Run time 2min
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

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%)

5 of 5 new or added lines in 1 file covered. (100.0%)

60 existing lines in 17 files now uncovered.

103601 of 118385 relevant lines covered (87.51%)

2767420.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.66
-0.12% src/box/replication.cc
1
93.55
-0.14% src/box/txn_limbo.c
1
92.49
0.0% src/box/vinyl.c
1
94.99
-0.21% src/box/vy_read_iterator.c
1
97.41
-0.85% src/lib/vclock/vclock.c
2
84.5
0.08% src/box/xlog.c
2
97.15
0.0% src/lib/msgpuck/msgpuck.h
2
91.56
-0.22% src/lib/swim/swim.c
2
94.22
-0.39% src/lua/fiber.c
3
90.7
0.0% src/box/applier.cc
3
94.15
-1.6% src/box/vy_range.c
3
90.9
-0.31% src/box/vy_scheduler.c
4
87.54
-0.03% src/box/vy_run.c
4
93.31
-1.27% src/lib/swim/swim_io.c
4
81.82
-12.12% src/lua/minifio.c
9
88.14
-7.63% src/box/vy_regulator.c
17
90.98
-0.53% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 15535167063.1 09 Jun 2025 01:19PM UTC 511
87.51
GitHub Action Run
Source Files on build 15535167063
  • 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 Repo
  • 31b41088 on github
  • Prev Build on master (#15534987876)
  • Next Build on master (#15675656346)
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