ATDGenerated.Specialized_call_graph_jval read_node : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> nodeInput JSON data of type node.
val string_of_location : ?len:int -> location -> stringSerialize a value of type location into a JSON string.
val read_location : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> locationInput JSON data of type location.
val string_of_callee : ?len:int -> callee -> stringSerialize a value of type callee into a JSON string.
val read_callee : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> calleeInput JSON data of type callee.
val read_edge : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> edgeInput JSON data of type edge.
val write_call_graph : Stdlib.Buffer.t -> call_graph -> unitOutput a JSON value of type call_graph.
val string_of_call_graph : ?len:int -> call_graph -> stringSerialize a value of type call_graph into a JSON string.
val read_call_graph :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
call_graphInput JSON data of type call_graph.
val call_graph_of_string : string -> call_graphDeserialize JSON data of type call_graph.