huskies: regen source-map.json
This commit is contained in:
@@ -2706,6 +2706,7 @@
|
|||||||
"mod merge",
|
"mod merge",
|
||||||
"mod notifications",
|
"mod notifications",
|
||||||
"mod oauth",
|
"mod oauth",
|
||||||
|
"mod permission_router",
|
||||||
"mod pipeline",
|
"mod pipeline",
|
||||||
"mod project",
|
"mod project",
|
||||||
"mod qa",
|
"mod qa",
|
||||||
@@ -2810,6 +2811,21 @@
|
|||||||
"fn percent_encode",
|
"fn percent_encode",
|
||||||
"fn build_authorize_url"
|
"fn build_authorize_url"
|
||||||
],
|
],
|
||||||
|
"server/src/service/permission_router.rs": [
|
||||||
|
"const RESPONDER_CHANNEL_CAPACITY",
|
||||||
|
"struct ResponderRegistry",
|
||||||
|
"fn new",
|
||||||
|
"fn is_empty",
|
||||||
|
"fn register",
|
||||||
|
"fn dispatch",
|
||||||
|
"struct ResponderGuard",
|
||||||
|
"fn spawn_permission_router",
|
||||||
|
"struct PendingPermReplies",
|
||||||
|
"fn new",
|
||||||
|
"fn insert",
|
||||||
|
"fn resolve_oldest",
|
||||||
|
"fn remove_by_request_id"
|
||||||
|
],
|
||||||
"server/src/service/pipeline/mod.rs": [
|
"server/src/service/pipeline/mod.rs": [
|
||||||
"fn aggregate_pipeline_counts"
|
"fn aggregate_pipeline_counts"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user