jsonptr icon indicating copy to clipboard operation
jsonptr copied to clipboard

Deprecates `Pointer::split_at`, adds `Pointer::split_at_offset`

Open chanced opened this issue 1 year ago • 2 comments
trafficstars

Solves #88

  • Deprecates Pointer::split_at
  • Adds Pointer::split_at_offset

chanced avatar Oct 21 '24 12:10 chanced

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.1%. Comparing base (c694765) to head (290d650).

Files with missing lines Patch % Lines
src/pointer.rs 50.0% 2 Missing :warning:
Additional details and impacted files
Files with missing lines Coverage Δ
src/pointer.rs 98.0% <50.0%> (-0.3%) :arrow_down:

codecov-commenter avatar Oct 21 '24 12:10 codecov-commenter

Are we still moving forward with this @chanced?

asmello avatar Feb 23 '25 22:02 asmello