Files
gomail/graphify-out/cache/ast/v0.9.37/ca5cbb041ad202b6b3aaab499244dc3f0fa51c6ba2d52b5da121dfd26200ecd5.json
2026-08-09 18:03:09 +01:00

1 line
38 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_dav_dav_go", "label": "dav.go", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L1"}, {"id": "dav_handler", "label": "Handler", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L36"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "masterkey", "label": "MasterKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "$graphify-root$_internal_dav_dav_newhandler", "label": "NewHandler()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L41"}, {"id": "dav_handler_servehttp", "label": ".ServeHTTP()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L45"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "dav_handler_authenticate", "label": ".authenticate()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L64"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "dav_handler_servecarddav", "label": ".serveCardDAV()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L74"}, {"id": "dav_handler_propfindcontacts", "label": ".propfindContacts()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L168"}, {"id": "addressbook", "label": "Addressbook", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "dav_handler_reportcontacts", "label": ".reportContacts()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L195"}, {"id": "dav_handler_servecaldav", "label": ".serveCalDAV()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L223"}, {"id": "dav_handler_propfindcalendar", "label": ".propfindCalendar()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L325"}, {"id": "calendar", "label": "Calendar", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "dav_handler_reportcalendar", "label": ".reportCalendar()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L352"}, {"id": "$graphify-root$_internal_dav_dav_parsecollectionpath", "label": "parseCollectionPath()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L385"}, {"id": "ownertype", "label": "OwnerType", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dav/dav.go"}, {"id": "dav_propset", "label": "propSet", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L414"}, {"id": "dav_multistatusresponse", "label": "multistatusResponse", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L421"}, {"id": "$graphify-root$_internal_dav_dav_writemultistatus", "label": "writeMultistatus()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L428"}, {"id": "$graphify-root$_internal_dav_dav_xmlescape", "label": "xmlEscape()", "file_type": "code", "source_file": "internal/dav/dav.go", "source_location": "L467"}], "edges": [{"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_encoding_xml", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L20", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L22", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_log_slog", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L24", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L25", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L26", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_gomail_internal_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L28", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_gomail_internal_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L29", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_gomail_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L30", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_gomail_internal_ical", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L31", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_gomail_internal_vcard", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L32", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "go_pkg_github_com_google_uuid", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L33", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "dav_handler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L36", "weight": 1.0}, {"source": "dav_handler", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L37", "weight": 1.0, "context": "field"}, {"source": "dav_handler", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L38", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "$graphify-root$_internal_dav_dav_newhandler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L41", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_newhandler", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_newhandler", "target": "masterkey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_newhandler", "target": "dav_handler", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L41", "weight": 1.0, "context": "return_type"}, {"source": "dav_handler", "target": "dav_handler_servehttp", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L45", "weight": 1.0}, {"source": "dav_handler_servehttp", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_servehttp", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_authenticate", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L64", "weight": 1.0}, {"source": "dav_handler_authenticate", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L64", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_authenticate", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L64", "weight": 1.0, "context": "return_type"}, {"source": "dav_handler", "target": "dav_handler_servecarddav", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L74", "weight": 1.0}, {"source": "dav_handler_servecarddav", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L74", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_servecarddav", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L74", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_servecarddav", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L74", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_propfindcontacts", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L168", "weight": 1.0}, {"source": "dav_handler_propfindcontacts", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L168", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_propfindcontacts", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L168", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_propfindcontacts", "target": "addressbook", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L168", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_reportcontacts", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L195", "weight": 1.0}, {"source": "dav_handler_reportcontacts", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L195", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_reportcontacts", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L195", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_reportcontacts", "target": "addressbook", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L195", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_servecaldav", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L223", "weight": 1.0}, {"source": "dav_handler_servecaldav", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L223", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_servecaldav", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L223", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_servecaldav", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L223", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_propfindcalendar", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L325", "weight": 1.0}, {"source": "dav_handler_propfindcalendar", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L325", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_propfindcalendar", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L325", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_propfindcalendar", "target": "calendar", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L325", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler", "target": "dav_handler_reportcalendar", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L352", "weight": 1.0}, {"source": "dav_handler_reportcalendar", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L352", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_reportcalendar", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L352", "weight": 1.0, "context": "parameter_type"}, {"source": "dav_handler_reportcalendar", "target": "calendar", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L352", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "$graphify-root$_internal_dav_dav_parsecollectionpath", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L385", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_parsecollectionpath", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L385", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_parsecollectionpath", "target": "ownertype", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L385", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "dav_propset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L414", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "dav_multistatusresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L421", "weight": 1.0}, {"source": "dav_multistatusresponse", "target": "dav_propset", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L423", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "$graphify-root$_internal_dav_dav_writemultistatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L428", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_writemultistatus", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L428", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_writemultistatus", "target": "dav_multistatusresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L428", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dav_dav_go", "target": "$graphify-root$_internal_dav_dav_xmlescape", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L467", "weight": 1.0}, {"source": "dav_handler_servehttp", "target": "dav_handler_authenticate", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L46", "weight": 1.0}, {"source": "dav_handler_servehttp", "target": "dav_handler_servecarddav", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L56", "weight": 1.0}, {"source": "dav_handler_servehttp", "target": "dav_handler_servecaldav", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L58", "weight": 1.0}, {"source": "dav_handler_servecarddav", "target": "$graphify-root$_internal_dav_dav_parsecollectionpath", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L75", "weight": 1.0}, {"source": "dav_handler_servecarddav", "target": "dav_handler_propfindcontacts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L94", "weight": 1.0}, {"source": "dav_handler_servecarddav", "target": "dav_handler_reportcontacts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L97", "weight": 1.0}, {"source": "dav_handler_propfindcontacts", "target": "$graphify-root$_internal_dav_dav_writemultistatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L192", "weight": 1.0}, {"source": "dav_handler_reportcontacts", "target": "$graphify-root$_internal_dav_dav_writemultistatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L218", "weight": 1.0}, {"source": "dav_handler_servecaldav", "target": "$graphify-root$_internal_dav_dav_parsecollectionpath", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L224", "weight": 1.0}, {"source": "dav_handler_servecaldav", "target": "dav_handler_propfindcalendar", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L243", "weight": 1.0}, {"source": "dav_handler_servecaldav", "target": "dav_handler_reportcalendar", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L246", "weight": 1.0}, {"source": "dav_handler_propfindcalendar", "target": "$graphify-root$_internal_dav_dav_writemultistatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L349", "weight": 1.0}, {"source": "dav_handler_reportcalendar", "target": "$graphify-root$_internal_dav_dav_writemultistatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L376", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_parsecollectionpath", "target": "ownertype", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L390", "weight": 1.0}, {"source": "$graphify-root$_internal_dav_dav_writemultistatus", "target": "$graphify-root$_internal_dav_dav_xmlescape", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dav/dav.go", "source_location": "L435", "weight": 1.0}], "raw_calls": [{"caller_nid": "dav_handler_servehttp", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L48"}, {"caller_nid": "dav_handler_servehttp", "callee": "TrimPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L53"}, {"caller_nid": "dav_handler_servehttp", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L55"}, {"caller_nid": "dav_handler_servehttp", "callee": "TrimPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L56"}, {"caller_nid": "dav_handler_servehttp", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L57"}, {"caller_nid": "dav_handler_servehttp", "callee": "TrimPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L58"}, {"caller_nid": "dav_handler_servehttp", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L60"}, {"caller_nid": "dav_handler_authenticate", "callee": "BasicAuth", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L65"}, {"caller_nid": "dav_handler_authenticate", "callee": "Authenticate", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L69"}, {"caller_nid": "dav_handler_servecarddav", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L77"}, {"caller_nid": "dav_handler_servecarddav", "callee": "GetOrCreateAddressbook", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L81"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L89"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L90"}, {"caller_nid": "dav_handler_servecarddav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L91"}, {"caller_nid": "dav_handler_servecarddav", "callee": "GetContact", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L104"}, {"caller_nid": "dav_handler_servecarddav", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L104"}, {"caller_nid": "dav_handler_servecarddav", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L106"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L109"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L114"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L115"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L116"}, {"caller_nid": "dav_handler_servecarddav", "callee": "ReadAll", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L123"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Parse", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L128"}, {"caller_nid": "dav_handler_servecarddav", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L128"}, {"caller_nid": "dav_handler_servecarddav", "callee": "NewString", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L133"}, {"caller_nid": "dav_handler_servecarddav", "callee": "GetContact", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L134"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Encrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L137"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L142"}, {"caller_nid": "dav_handler_servecarddav", "callee": "UnixNano", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L142"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L142"}, {"caller_nid": "dav_handler_servecarddav", "callee": "UpsertContact", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L143"}, {"caller_nid": "dav_handler_servecarddav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L149"}, {"caller_nid": "dav_handler_servecarddav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L150"}, {"caller_nid": "dav_handler_servecarddav", "callee": "DeleteContact", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L157"}, {"caller_nid": "dav_handler_servecarddav", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L157"}, {"caller_nid": "dav_handler_servecarddav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L161"}, {"caller_nid": "dav_handler_servecarddav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L164"}, {"caller_nid": "dav_handler_propfindcontacts", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L169"}, {"caller_nid": "dav_handler_propfindcontacts", "callee": "ListContacts", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L181"}, {"caller_nid": "dav_handler_propfindcontacts", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L185"}, {"caller_nid": "dav_handler_reportcontacts", "callee": "ListContacts", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L200"}, {"caller_nid": "dav_handler_reportcontacts", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L208"}, {"caller_nid": "dav_handler_reportcontacts", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L213"}, {"caller_nid": "dav_handler_reportcontacts", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L215"}, {"caller_nid": "dav_handler_servecaldav", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L226"}, {"caller_nid": "dav_handler_servecaldav", "callee": "GetOrCreateCalendar", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L230"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L238"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L239"}, {"caller_nid": "dav_handler_servecaldav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L240"}, {"caller_nid": "dav_handler_servecaldav", "callee": "GetCalendarObject", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L253"}, {"caller_nid": "dav_handler_servecaldav", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L253"}, {"caller_nid": "dav_handler_servecaldav", "callee": "NotFound", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L255"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L258"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L263"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L264"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L265"}, {"caller_nid": "dav_handler_servecaldav", "callee": "ReadAll", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L272"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Parse", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L277"}, {"caller_nid": "dav_handler_servecaldav", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L277"}, {"caller_nid": "dav_handler_servecaldav", "callee": "NewString", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L282"}, {"caller_nid": "dav_handler_servecaldav", "callee": "GetCalendarObject", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L283"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Encrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L286"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L291"}, {"caller_nid": "dav_handler_servecaldav", "callee": "UnixNano", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L291"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L291"}, {"caller_nid": "dav_handler_servecaldav", "callee": "IsZero", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L296"}, {"caller_nid": "dav_handler_servecaldav", "callee": "IsZero", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L299"}, {"caller_nid": "dav_handler_servecaldav", "callee": "UpsertCalendarObject", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L302"}, {"caller_nid": "dav_handler_servecaldav", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L306"}, {"caller_nid": "dav_handler_servecaldav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L307"}, {"caller_nid": "dav_handler_servecaldav", "callee": "DeleteCalendarObject", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L314"}, {"caller_nid": "dav_handler_servecaldav", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L314"}, {"caller_nid": "dav_handler_servecaldav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L318"}, {"caller_nid": "dav_handler_servecaldav", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L321"}, {"caller_nid": "dav_handler_propfindcalendar", "callee": "Get", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L326"}, {"caller_nid": "dav_handler_propfindcalendar", "callee": "ListCalendarObjects", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L338"}, {"caller_nid": "dav_handler_propfindcalendar", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L342"}, {"caller_nid": "dav_handler_reportcalendar", "callee": "ListCalendarObjects", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L358"}, {"caller_nid": "dav_handler_reportcalendar", "callee": "Decrypt", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L366"}, {"caller_nid": "dav_handler_reportcalendar", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L371"}, {"caller_nid": "dav_handler_reportcalendar", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L373"}, {"caller_nid": "$graphify-root$_internal_dav_dav_parsecollectionpath", "callee": "SplitN", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L386"}, {"caller_nid": "$graphify-root$_internal_dav_dav_parsecollectionpath", "callee": "TrimPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L386"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L430"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L431"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L434"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L435"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L436"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L438"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L441"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L444"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L447"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L450"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L453"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L455"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L456"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L458"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L460"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "WriteHeader", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L461"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L462"}, {"caller_nid": "$graphify-root$_internal_dav_dav_writemultistatus", "callee": "Debug", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L463"}, {"caller_nid": "$graphify-root$_internal_dav_dav_xmlescape", "callee": "EscapeText", "is_member_call": false, "language": "go", "source_file": "internal/dav/dav.go", "source_location": "L469"}]}