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

MinaProtocol / mina / 173

12 May 2025 07:38PM UTC coverage: 61.819% (+0.7%) from 61.073%
173

push

buildkite

web-flow
Merge pull request #17172 from MinaProtocol/dw/add-confirmation-before-removing-buid

scripts/update-opam-switch: add confirmation before nuking _opam

49544 of 80143 relevant lines covered (61.82%)

486198.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/lib/rosetta_models/network_request.ml
1
(*
2
 * This file has been generated by the OCamlClientCodegen generator for openapi-generator.
3
 *
4
 * Generated by: https://openapi-generator.tech
5
 *
6
 * Schema Network_request.t : A NetworkRequest is utilized to retrieve some data specific exclusively to a NetworkIdentifier. 
7
 *)
8

9
type t =
×
10
  { network_identifier : Network_identifier.t
×
11
  ; metadata : Yojson.Safe.t option [@default None]
×
12
  }
13
[@@deriving yojson { strict = false }, show, eq]
×
14

15
(** A NetworkRequest is utilized to retrieve some data specific exclusively to a NetworkIdentifier.  *)
16
let create (network_identifier : Network_identifier.t) : t =
17
  { network_identifier; metadata = None }
×
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