Files
tfm_ainventory/graphify-out/cache/500ab89c482a6c0778ae83f479ce966d723743e9bd673bd1f8844340a6e82388.json

1 line
3.5 KiB
JSON

{"nodes": [{"id": "frontend_lib_auth_ts", "label": "auth.ts", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L1"}, {"id": "auth_savetoken", "label": "saveToken()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L26"}, {"id": "auth_gettoken", "label": "getToken()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L38"}, {"id": "auth_getcurrentuser", "label": "getCurrentUser()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L46"}, {"id": "auth_isauthenticated", "label": "isAuthenticated()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L60"}, {"id": "auth_clearauth", "label": "clearAuth()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L67"}, {"id": "auth_getauthheader", "label": "getAuthHeader()", "file_type": "code", "source_file": "frontend/lib/auth.ts", "source_location": "L75"}], "edges": [{"source": "frontend_lib_auth_ts", "target": "auth_savetoken", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L26", "weight": 1.0}, {"source": "frontend_lib_auth_ts", "target": "auth_gettoken", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L38", "weight": 1.0}, {"source": "frontend_lib_auth_ts", "target": "auth_getcurrentuser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L46", "weight": 1.0}, {"source": "frontend_lib_auth_ts", "target": "auth_isauthenticated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L60", "weight": 1.0}, {"source": "frontend_lib_auth_ts", "target": "auth_clearauth", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L67", "weight": 1.0}, {"source": "frontend_lib_auth_ts", "target": "auth_getauthheader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L75", "weight": 1.0}, {"source": "auth_isauthenticated", "target": "auth_gettoken", "relation": "calls", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L61", "weight": 1.0}, {"source": "auth_getauthheader", "target": "auth_gettoken", "relation": "calls", "confidence": "EXTRACTED", "source_file": "frontend/lib/auth.ts", "source_location": "L76", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_savetoken", "callee": "setItem", "source_file": "frontend/lib/auth.ts", "source_location": "L27"}, {"caller_nid": "auth_savetoken", "callee": "setItem", "source_file": "frontend/lib/auth.ts", "source_location": "L28"}, {"caller_nid": "auth_savetoken", "callee": "stringify", "source_file": "frontend/lib/auth.ts", "source_location": "L28"}, {"caller_nid": "auth_gettoken", "callee": "getItem", "source_file": "frontend/lib/auth.ts", "source_location": "L40"}, {"caller_nid": "auth_getcurrentuser", "callee": "getItem", "source_file": "frontend/lib/auth.ts", "source_location": "L48"}, {"caller_nid": "auth_getcurrentuser", "callee": "parse", "source_file": "frontend/lib/auth.ts", "source_location": "L51"}, {"caller_nid": "auth_clearauth", "callee": "removeItem", "source_file": "frontend/lib/auth.ts", "source_location": "L68"}, {"caller_nid": "auth_clearauth", "callee": "removeItem", "source_file": "frontend/lib/auth.ts", "source_location": "L69"}]}