1 line
No EOL
16 KiB
JSON
1 line
No EOL
16 KiB
JSON
{"nodes": [{"id": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "label": "tvdb.rs", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "label": "TvdbClient", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L13"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "client", "label": "Client", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "mutex", "label": "Mutex", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "instant", "label": "Instant", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "label": ".new()", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L20"}, {"id": "into", "label": "Into", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "self", "label": "Self", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "label": ".token()", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L34"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "label": ".search_series()", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L68"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "seriessearchresult", "label": "SeriesSearchResult", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}, {"id": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "label": ".episodes()", "file_type": "code", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L112"}, {"id": "episodeinfo", "label": "EpisodeInfo", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/metadata/tvdb.rs"}], "edges": [{"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "mutex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "deserialize", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "super", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_rs", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L13", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L14", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "client", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L15", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "mutex", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L16", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L16", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L16", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "instant", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L16", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L20", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "target": "into", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L20", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L20", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L34", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L34", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L68", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L68", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L68", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "target": "seriessearchresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L68", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "relation": "method", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L112", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L112", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L112", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "target": "episodeinfo", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L112", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L69", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "target": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L141", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_new", "callee": "timeout", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L26"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "elapsed", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L37"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "json", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "error_for_status", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "json", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_token", "callee": "post", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L51"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "json", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "error_for_status", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "query", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "bearer_auth", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L84"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "filter_map", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L98"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "into_iter", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L98"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_search_series", "callee": "and_then", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L105"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L146"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L146"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "error_for_status", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L146"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "context", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L146"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "bearer_auth", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L146"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "fetch", "is_member_call": false, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L160"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "fetch", "is_member_call": false, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L167"}, {"caller_nid": "$graphify-root$_breadarrd_src_metadata_tvdb_tvdbclient_episodes", "callee": "into_iter", "is_member_call": true, "source_file": "breadarrd/src/metadata/tvdb.rs", "source_location": "L174"}]} |