breadarr/graphify-out/cache/ast/v0.9.32/0de0123afe2a98ed7ef0b0759f280a5b4857fa0f3e758bc005e34f96f1dc67df.json
2026-08-03 09:35:47 +08:00

1 line
No EOL
31 KiB
JSON

{"nodes": [{"id": "$graphify-root$_breadarrd_src_api_mod_rs", "label": "mod.rs", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L1"}, {"id": "$graphify-root$_breadarrd_src_api_mod_appstate", "label": "AppState", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L24"}, {"id": "arc", "label": "Arc", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "mutex", "label": "Mutex", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "connection", "label": "Connection", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "tvdbclient", "label": "TvdbClient", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "tmdbclient", "label": "TmdbClient", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "qbitclient", "label": "QbitClient", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "cyclestatus", "label": "CycleStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "config", "label": "Config", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "sender", "label": "Sender", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "backgroundrequest", "label": "BackgroundRequest", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "label": "BackgroundRequest", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L47"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "searchcyclestats", "label": "SearchCycleStats", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "releasecandidate", "label": "ReleaseCandidate", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "label": "CycleStatus", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L76"}, {"id": "cyclerecord", "label": "CycleRecord", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "$graphify-root$_breadarrd_src_api_mod_cyclerecord", "label": "CycleRecord", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L90"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "utc", "label": "Utc", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "label": "require_api_token()", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103"}, {"id": "state", "label": "State", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "next", "label": "Next", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "response", "label": "Response", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/breadarrd/src/api/mod.rs"}, {"id": "$graphify-root$_breadarrd_src_api_mod_router", "label": "router()", "file_type": "code", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L119"}], "edges": [{"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "arc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "extract", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "statuscode", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "middleware", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "response", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "routing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "router", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "connection", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "mutex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "tmdbclient", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "tvdbclient", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "qbitclient", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "searchcyclestats", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_appstate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L24", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "arc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "mutex", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L25", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "connection", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L25", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "arc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L26", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "tvdbclient", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L26", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L27", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "arc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L27", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "tmdbclient", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L27", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L28", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "arc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "qbitclient", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L28", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L29", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "arc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L30", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "mutex", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L30", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "cyclestatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L30", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "config", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L40", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "sender", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L40", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_appstate", "target": "backgroundrequest", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L40", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L47", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "sender", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L50", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L50", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "searchcyclestats", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L50", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L54", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "sender", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L55", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L55", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L55", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "releasecandidate", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L55", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L61", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L63", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L64", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L65", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "sender", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L66", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_backgroundrequest", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L66", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L76", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L77", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "cyclerecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L77", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L78", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "cyclerecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L78", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L79", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "cyclerecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L79", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L80", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "cyclerecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L80", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L81", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclestatus", "target": "cyclerecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L81", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_cyclerecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L90", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclerecord", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L91", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclerecord", "target": "utc", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L91", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_cyclerecord", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L93", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "target": "state", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "target": "$graphify-root$_breadarrd_src_api_mod_appstate", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "target": "next", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "target": "response", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L103", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_breadarrd_src_api_mod_rs", "target": "$graphify-root$_breadarrd_src_api_mod_router", "relation": "contains", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L119", "weight": 1.0}, {"source": "$graphify-root$_breadarrd_src_api_mod_router", "target": "$graphify-root$_breadarrd_src_api_mod_appstate", "relation": "references", "confidence": "EXTRACTED", "source_file": "breadarrd/src/api/mod.rs", "source_location": "L119", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "path", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L104"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "uri", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L104"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "is_some_and", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L107"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "and_then", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L107"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "and_then", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L107"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "headers", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L107"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "to_str", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L110"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "strip_prefix", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L111"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_require_api_token", "callee": "into_response", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L114"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "with_state", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "layer", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "route", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L120"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L122"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "delete", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L125"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L127"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L128"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L131"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": true, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L135"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L137"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L138"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L141"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L145"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L147"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L162"}, {"caller_nid": "$graphify-root$_breadarrd_src_api_mod_router", "callee": "post", "is_member_call": false, "source_file": "breadarrd/src/api/mod.rs", "source_location": "L163"}]}