@herrromich/az-functions 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +830 -0
- package/coverage/cobertura-coverage.xml +3482 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/context/forked-invocation-context.ts.html +127 -0
- package/coverage/lcov-report/context/index.html +191 -0
- package/coverage/lcov-report/context/index.ts.html +97 -0
- package/coverage/lcov-report/context/platform-context.manager.ts.html +193 -0
- package/coverage/lcov-report/context/platform-context.model.ts.html +262 -0
- package/coverage/lcov-report/context/platform-context.provider.ts.html +196 -0
- package/coverage/lcov-report/context/platform.execution.context.ts.html +217 -0
- package/coverage/lcov-report/context/wrapped-invocation-context.ts.html +163 -0
- package/coverage/lcov-report/event-hub-handler/azure-event-hub-trigger.model.ts.html +187 -0
- package/coverage/lcov-report/event-hub-handler/azure-event-hub-trigger.service.ts.html +760 -0
- package/coverage/lcov-report/event-hub-handler/decorators/decorators.model.ts.html +292 -0
- package/coverage/lcov-report/event-hub-handler/decorators/decorators.ts.html +778 -0
- package/coverage/lcov-report/event-hub-handler/decorators/index.html +146 -0
- package/coverage/lcov-report/event-hub-handler/decorators/index.ts.html +91 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handle-method-args-metadata.service.ts.html +130 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handler-metadata.reader.ts.html +199 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handler-registration.service.ts.html +220 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handler.factory.ts.html +283 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handler.model.ts.html +421 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-handler.provider.ts.html +187 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-trigger-support.factory.ts.html +787 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-trigger-support.service.ts.html +829 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-trigger.model.ts.html +193 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-trigger.service.ts.html +859 -0
- package/coverage/lcov-report/event-hub-handler/event-hub-triggers-registration.service.ts.html +307 -0
- package/coverage/lcov-report/event-hub-handler/index.html +221 -0
- package/coverage/lcov-report/event-hub-handler/index.ts.html +142 -0
- package/coverage/lcov-report/eventhub-handler/decorators/decorators.model.ts.html +277 -0
- package/coverage/lcov-report/eventhub-handler/decorators/decorators.ts.html +679 -0
- package/coverage/lcov-report/eventhub-handler/decorators/index.html +131 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-handler-metadata.reader.ts.html +196 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-handler-registration.service.ts.html +220 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-handler.factory.ts.html +193 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-handler.model.ts.html +406 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-trigger.model.ts.html +187 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-trigger.service.ts.html +760 -0
- package/coverage/lcov-report/eventhub-handler/eventhub-triggers-registration.service.ts.html +304 -0
- package/coverage/lcov-report/eventhub-handler/index.html +206 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/forked-invocation-context.ts.html +127 -0
- package/coverage/lcov-report/function-handler-metadata.reader.ts.html +172 -0
- package/coverage/lcov-report/http-controller/authentication.provider.ts.html +481 -0
- package/coverage/lcov-report/http-controller/authenticator.provider.ts.html +460 -0
- package/coverage/lcov-report/http-controller/azure-http-trigger.service.ts.html +1045 -0
- package/coverage/lcov-report/http-controller/decorators/decorators.model.ts.html +388 -0
- package/coverage/lcov-report/http-controller/decorators/decorators.ts.html +1627 -0
- package/coverage/lcov-report/http-controller/decorators/index.html +146 -0
- package/coverage/lcov-report/http-controller/decorators/index.ts.html +94 -0
- package/coverage/lcov-report/http-controller/http-controller-metadata.reader.ts.html +271 -0
- package/coverage/lcov-report/http-controller/http-controller-metadata.service.ts.html +130 -0
- package/coverage/lcov-report/http-controller/http-controller-platform.model.ts.html +187 -0
- package/coverage/lcov-report/http-controller/http-controller-registration.service.ts.html +241 -0
- package/coverage/lcov-report/http-controller/http-controller.model.ts.html +745 -0
- package/coverage/lcov-report/http-controller/http-handler-support.factory.ts.html +499 -0
- package/coverage/lcov-report/http-controller/http-handler.factory.ts.html +415 -0
- package/coverage/lcov-report/http-controller/http-operation-registration.service.ts.html +328 -0
- package/coverage/lcov-report/http-controller/http-operations-registration.service.ts.html +328 -0
- package/coverage/lcov-report/http-controller/http-request-arg-provider.factory.ts.html +580 -0
- package/coverage/lcov-report/http-controller/http-request-handler.provider.ts.html +388 -0
- package/coverage/lcov-report/http-controller/http-response-processor.factory.ts.html +316 -0
- package/coverage/lcov-report/http-controller/index.html +311 -0
- package/coverage/lcov-report/http-controller/index.ts.html +226 -0
- package/coverage/lcov-report/http-controller/open-api-definition.service.ts.html +568 -0
- package/coverage/lcov-report/http-controller/open-api-metadata.service.ts.html +373 -0
- package/coverage/lcov-report/http-controller/open-api-print.service.ts.html +232 -0
- package/coverage/lcov-report/http-controller/open-api-registration.service.ts.html +220 -0
- package/coverage/lcov-report/http-controller/rest-open-api.regstry.ts.html +262 -0
- package/coverage/lcov-report/http-controller/security/authentication-service.factory.ts.html +280 -0
- package/coverage/lcov-report/http-controller/security/authentication-service.ts.html +115 -0
- package/coverage/lcov-report/http-controller/security/authenticator.provider.ts.html +799 -0
- package/coverage/lcov-report/http-controller/security/bearer-security-authentication.service.ts.html +133 -0
- package/coverage/lcov-report/http-controller/security/index.html +206 -0
- package/coverage/lcov-report/http-controller/security/index.ts.html +94 -0
- package/coverage/lcov-report/http-controller/security/model.ts.html +133 -0
- package/coverage/lcov-report/http-controller/security/operation-authentication.resolver.ts.html +418 -0
- package/coverage/lcov-report/http-controller/security/principal-merge.service.ts.html +163 -0
- package/coverage/lcov-report/http-controller/security/strict-principal-merge.servce.ts.html +154 -0
- package/coverage/lcov-report/http-controller/swagger-handling.service.ts.html +463 -0
- package/coverage/lcov-report/index.html +281 -0
- package/coverage/lcov-report/init.ts.html +97 -0
- package/coverage/lcov-report/ioc-container.utils.ts.html +100 -0
- package/coverage/lcov-report/logger/azure-log-transport.service.ts.html +433 -0
- package/coverage/lcov-report/logger/bindings.ts.html +253 -0
- package/coverage/lcov-report/logger/index.html +221 -0
- package/coverage/lcov-report/logger/index.ts.html +163 -0
- package/coverage/lcov-report/logger/log-level.service.ts.html +127 -0
- package/coverage/lcov-report/logger/log-transport.service.ts.html +571 -0
- package/coverage/lcov-report/logger/logger-factory.provider.ts.html +142 -0
- package/coverage/lcov-report/logger/logger.factory.ts.html +172 -0
- package/coverage/lcov-report/logger/logger.model.ts.html +868 -0
- package/coverage/lcov-report/logger/logger.utils.ts.html +877 -0
- package/coverage/lcov-report/logger/model.ts.html +172 -0
- package/coverage/lcov-report/logger/otel.logger.ts.html +358 -0
- package/coverage/lcov-report/logger/platform.logger.ts.html +229 -0
- package/coverage/lcov-report/logger/trie-search.service.ts.html +616 -0
- package/coverage/lcov-report/platform/azure-platform.ts.html +256 -0
- package/coverage/lcov-report/platform/index.html +176 -0
- package/coverage/lcov-report/platform/index.ts.html +139 -0
- package/coverage/lcov-report/platform/platform-component-metadata.service.ts.html +115 -0
- package/coverage/lcov-report/platform/register-function.factory.ts.html +145 -0
- package/coverage/lcov-report/platform/register-trigger-handler.factory.ts.html +214 -0
- package/coverage/lcov-report/platform/security-context.ts.html +127 -0
- package/coverage/lcov-report/platform/startup.service.ts.html +106 -0
- package/coverage/lcov-report/platform/system-logger-name.provider.ts.html +145 -0
- package/coverage/lcov-report/platform/system.container.ts.html +169 -0
- package/coverage/lcov-report/platform-context.model.ts.html +124 -0
- package/coverage/lcov-report/platform.logger.ts.html +316 -0
- package/coverage/lcov-report/platform.model.ts.html +292 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/security/index.html +146 -0
- package/coverage/lcov-report/security/index.ts.html +91 -0
- package/coverage/lcov-report/security/security-context.ts.html +130 -0
- package/coverage/lcov-report/security/security.model.ts.html +169 -0
- package/coverage/lcov-report/shared/all-settled.util.ts.html +118 -0
- package/coverage/lcov-report/shared/decorators/decorators.model.ts.html +136 -0
- package/coverage/lcov-report/shared/decorators/decorators.ts.html +346 -0
- package/coverage/lcov-report/shared/decorators/index.html +146 -0
- package/coverage/lcov-report/shared/decorators/index.ts.html +91 -0
- package/coverage/lcov-report/shared/function-handler-metadata.reader.ts.html +172 -0
- package/coverage/lcov-report/shared/index.html +176 -0
- package/coverage/lcov-report/shared/index.ts.html +133 -0
- package/coverage/lcov-report/shared/ioc-container.utils.ts.html +115 -0
- package/coverage/lcov-report/shared/platform-context-local-storage.ts.html +133 -0
- package/coverage/lcov-report/shared/platform-context.manager.ts.html +253 -0
- package/coverage/lcov-report/shared/platform.context.provider.ts.html +136 -0
- package/coverage/lcov-report/shared/platform.model.ts.html +298 -0
- package/coverage/lcov-report/shared/security.model.ts.html +142 -0
- package/coverage/lcov-report/shared/trie-search.service.ts.html +337 -0
- package/coverage/lcov-report/shared/trigger-handler-metadata.reader.ts.html +166 -0
- package/coverage/lcov-report/shared/zod-parser-wrapper.service.ts.html +217 -0
- package/coverage/lcov-report/shared/zod-parser-wrapper.ts.html +232 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +210 -0
- package/coverage/lcov-report/src/context/index.html +191 -0
- package/coverage/lcov-report/src/context/index.ts.html +97 -0
- package/coverage/lcov-report/src/context/platform-context.manager.ts.html +193 -0
- package/coverage/lcov-report/src/context/platform-context.model.ts.html +262 -0
- package/coverage/lcov-report/src/context/platform-context.provider.ts.html +196 -0
- package/coverage/lcov-report/src/context/platform.execution.context.ts.html +217 -0
- package/coverage/lcov-report/src/context/wrapped-invocation-context.ts.html +163 -0
- package/coverage/lcov-report/src/event-hub-handler/azure-event-hub-trigger.model.ts.html +187 -0
- package/coverage/lcov-report/src/event-hub-handler/azure-event-hub-trigger.service.ts.html +769 -0
- package/coverage/lcov-report/src/event-hub-handler/decorators/decorators.model.ts.html +313 -0
- package/coverage/lcov-report/src/event-hub-handler/decorators/decorators.ts.html +778 -0
- package/coverage/lcov-report/src/event-hub-handler/decorators/index.html +146 -0
- package/coverage/lcov-report/src/event-hub-handler/decorators/index.ts.html +91 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handle-method-args-metadata.service.ts.html +130 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handler-metadata.reader.ts.html +199 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handler-registration.service.ts.html +220 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handler.factory.ts.html +283 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handler.model.ts.html +421 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-handler.provider.ts.html +187 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-trigger-support.factory.ts.html +787 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-trigger-support.service.ts.html +832 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-trigger.model.ts.html +193 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-trigger.service.ts.html +859 -0
- package/coverage/lcov-report/src/event-hub-handler/event-hub-triggers-registration.service.ts.html +307 -0
- package/coverage/lcov-report/src/event-hub-handler/index.html +221 -0
- package/coverage/lcov-report/src/event-hub-handler/index.ts.html +142 -0
- package/coverage/lcov-report/src/framework.container.ts.html +157 -0
- package/coverage/lcov-report/src/http-controller/authentication.provider.ts.html +481 -0
- package/coverage/lcov-report/src/http-controller/authenticator.provider.ts.html +460 -0
- package/coverage/lcov-report/src/http-controller/azure-http-trigger.service.ts.html +865 -0
- package/coverage/lcov-report/src/http-controller/decorators/decorators.model.ts.html +553 -0
- package/coverage/lcov-report/src/http-controller/decorators/decorators.ts.html +1633 -0
- package/coverage/lcov-report/src/http-controller/decorators/index.html +146 -0
- package/coverage/lcov-report/src/http-controller/decorators/index.ts.html +94 -0
- package/coverage/lcov-report/src/http-controller/http-controller-metadata.reader.ts.html +271 -0
- package/coverage/lcov-report/src/http-controller/http-controller-metadata.service.ts.html +121 -0
- package/coverage/lcov-report/src/http-controller/http-controller-platform.model.ts.html +187 -0
- package/coverage/lcov-report/src/http-controller/http-controller-registration.service.ts.html +241 -0
- package/coverage/lcov-report/src/http-controller/http-controller.model.ts.html +784 -0
- package/coverage/lcov-report/src/http-controller/http-handler-support.factory.ts.html +481 -0
- package/coverage/lcov-report/src/http-controller/http-handler.factory.ts.html +406 -0
- package/coverage/lcov-report/src/http-controller/http-operation-registration.service.ts.html +328 -0
- package/coverage/lcov-report/src/http-controller/http-operations-registration.service.ts.html +328 -0
- package/coverage/lcov-report/src/http-controller/http-request-arg-provider.factory.ts.html +580 -0
- package/coverage/lcov-report/src/http-controller/http-request-handler.provider.ts.html +388 -0
- package/coverage/lcov-report/src/http-controller/http-response-processor.factory.ts.html +316 -0
- package/coverage/lcov-report/src/http-controller/index.html +311 -0
- package/coverage/lcov-report/src/http-controller/index.ts.html +226 -0
- package/coverage/lcov-report/src/http-controller/open-api-definition.service.ts.html +550 -0
- package/coverage/lcov-report/src/http-controller/open-api-metadata.service.ts.html +373 -0
- package/coverage/lcov-report/src/http-controller/open-api-print.service.ts.html +232 -0
- package/coverage/lcov-report/src/http-controller/open-api-registration.service.ts.html +220 -0
- package/coverage/lcov-report/src/http-controller/rest-open-api.regstry.ts.html +262 -0
- package/coverage/lcov-report/src/http-controller/security/authentication-service.factory.ts.html +280 -0
- package/coverage/lcov-report/src/http-controller/security/authentication-service.ts.html +139 -0
- package/coverage/lcov-report/src/http-controller/security/authenticator.provider.ts.html +799 -0
- package/coverage/lcov-report/src/http-controller/security/bearer-security-authentication.service.ts.html +133 -0
- package/coverage/lcov-report/src/http-controller/security/index.html +206 -0
- package/coverage/lcov-report/src/http-controller/security/index.ts.html +94 -0
- package/coverage/lcov-report/src/http-controller/security/model.ts.html +133 -0
- package/coverage/lcov-report/src/http-controller/security/operation-authentication.resolver.ts.html +418 -0
- package/coverage/lcov-report/src/http-controller/security/principal-merge.service.ts.html +163 -0
- package/coverage/lcov-report/src/http-controller/security/strict-principal-merge.servce.ts.html +154 -0
- package/coverage/lcov-report/src/http-controller/swagger-handling.service.ts.html +463 -0
- package/coverage/lcov-report/src/index.html +161 -0
- package/coverage/lcov-report/src/init.ts.html +97 -0
- package/coverage/lcov-report/src/logger/azure-log-transport.service.ts.html +433 -0
- package/coverage/lcov-report/src/logger/bindings.ts.html +253 -0
- package/coverage/lcov-report/src/logger/index.html +221 -0
- package/coverage/lcov-report/src/logger/index.ts.html +163 -0
- package/coverage/lcov-report/src/logger/log-level.service.ts.html +127 -0
- package/coverage/lcov-report/src/logger/log-transport.service.ts.html +571 -0
- package/coverage/lcov-report/src/logger/logger-factory.provider.ts.html +142 -0
- package/coverage/lcov-report/src/logger/logger.factory.ts.html +172 -0
- package/coverage/lcov-report/src/logger/logger.model.ts.html +868 -0
- package/coverage/lcov-report/src/logger/logger.utils.ts.html +877 -0
- package/coverage/lcov-report/src/logger/otel.logger.ts.html +358 -0
- package/coverage/lcov-report/src/logger/platform.logger.ts.html +229 -0
- package/coverage/lcov-report/src/logger/trie-search.service.ts.html +616 -0
- package/coverage/lcov-report/src/middleware.ts.html +232 -0
- package/coverage/lcov-report/src/platform/azure-platform.ts.html +256 -0
- package/coverage/lcov-report/src/platform/index.html +176 -0
- package/coverage/lcov-report/src/platform/index.ts.html +139 -0
- package/coverage/lcov-report/src/platform/platform-component-metadata.service.ts.html +115 -0
- package/coverage/lcov-report/src/platform/register-function.factory.ts.html +145 -0
- package/coverage/lcov-report/src/platform/register-trigger-handler.factory.ts.html +214 -0
- package/coverage/lcov-report/src/platform/security-context.ts.html +127 -0
- package/coverage/lcov-report/src/platform/startup.service.ts.html +202 -0
- package/coverage/lcov-report/src/platform/system-logger-name.provider.ts.html +145 -0
- package/coverage/lcov-report/src/platform/system.container.ts.html +172 -0
- package/coverage/lcov-report/src/platform.container.ts.html +148 -0
- package/coverage/lcov-report/src/security/index.html +146 -0
- package/coverage/lcov-report/src/security/index.ts.html +91 -0
- package/coverage/lcov-report/src/security/security-context.ts.html +175 -0
- package/coverage/lcov-report/src/security/security.model.ts.html +223 -0
- package/coverage/lcov-report/src/shared/decorators/decorators.model.ts.html +136 -0
- package/coverage/lcov-report/src/shared/decorators/decorators.ts.html +346 -0
- package/coverage/lcov-report/src/shared/decorators/index.html +146 -0
- package/coverage/lcov-report/src/shared/decorators/index.ts.html +91 -0
- package/coverage/lcov-report/src/shared/index.html +176 -0
- package/coverage/lcov-report/src/shared/index.ts.html +133 -0
- package/coverage/lcov-report/src/shared/ioc-container.utils.ts.html +115 -0
- package/coverage/lcov-report/src/shared/platform-context-local-storage.ts.html +133 -0
- package/coverage/lcov-report/src/shared/platform.model.ts.html +298 -0
- package/coverage/lcov-report/src/shared/security.model.ts.html +139 -0
- package/coverage/lcov-report/src/shared/trie-search.service.ts.html +337 -0
- package/coverage/lcov-report/src/shared/trigger-handler-metadata.reader.ts.html +166 -0
- package/coverage/lcov-report/src/shared/zod-parser-wrapper.ts.html +232 -0
- package/coverage/lcov-report/test/index.html +116 -0
- package/coverage/lcov-report/test/utils.ts.html +100 -0
- package/coverage/lcov-report/test-utils/index.html +116 -0
- package/coverage/lcov-report/test-utils/utils.ts.html +100 -0
- package/coverage/lcov-report/trie-search.service.ts.html +469 -0
- package/coverage/lcov-report/trigger-handler-metadata.reader.ts.html +187 -0
- package/coverage/lcov-report/wrapped-invocation-context.ts.html +163 -0
- package/coverage/lcov-report/zod-parser-wrapper.ts.html +232 -0
- package/coverage/lcov.info +3220 -0
- package/dist/assets/swagger-ui/LICENSE +202 -0
- package/dist/assets/swagger-ui/NOTICE +2 -0
- package/dist/assets/swagger-ui/README.md +40 -0
- package/dist/assets/swagger-ui/absolute-path.js +1 -0
- package/dist/assets/swagger-ui/favicon-16x16.png +0 -0
- package/dist/assets/swagger-ui/favicon-32x32.png +0 -0
- package/dist/assets/swagger-ui/index.css +16 -0
- package/dist/assets/swagger-ui/index.html +19 -0
- package/dist/assets/swagger-ui/index.js +1 -0
- package/dist/assets/swagger-ui/log.bundle-sizes.swagger-ui.txt +114 -0
- package/dist/assets/swagger-ui/log.es-bundle-core-sizes.swagger-ui.txt +14 -0
- package/dist/assets/swagger-ui/log.es-bundle-sizes.swagger-ui.txt +114 -0
- package/dist/assets/swagger-ui/oauth2-redirect.html +6 -0
- package/dist/assets/swagger-ui/oauth2-redirect.js +1 -0
- package/dist/assets/swagger-ui/package.json +20 -0
- package/dist/assets/swagger-ui/swagger-initializer.js +1 -0
- package/dist/assets/swagger-ui/swagger-ui-bundle.js +2 -0
- package/dist/assets/swagger-ui/swagger-ui-bundle.js.LICENSE.txt +106 -0
- package/dist/assets/swagger-ui/swagger-ui-bundle.js.map +1 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle-core.js +2 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle-core.js.LICENSE.txt +35 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle-core.js.map +1 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle.js +2 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle.js.LICENSE.txt +106 -0
- package/dist/assets/swagger-ui/swagger-ui-es-bundle.js.map +1 -0
- package/dist/assets/swagger-ui/swagger-ui-standalone-preset.js +2 -0
- package/dist/assets/swagger-ui/swagger-ui-standalone-preset.js.LICENSE.txt +22 -0
- package/dist/assets/swagger-ui/swagger-ui-standalone-preset.js.map +1 -0
- package/dist/assets/swagger-ui/swagger-ui.css +3 -0
- package/dist/assets/swagger-ui/swagger-ui.css.map +1 -0
- package/dist/assets/swagger-ui/swagger-ui.js +1 -0
- package/dist/assets/swagger-ui/swagger-ui.js.map +1 -0
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.LICENSE.txt +24 -0
- package/dist/src/context/index.d.ts +4 -0
- package/dist/src/context/platform-context.manager.d.ts +23 -0
- package/dist/src/context/platform-context.model.d.ts +56 -0
- package/dist/src/context/platform-context.provider.d.ts +23 -0
- package/dist/src/context/platform.execution.context.d.ts +13 -0
- package/dist/src/context/wrapped-invocation-context.d.ts +5 -0
- package/dist/src/event-hub-handler/decorators/decorators.d.ts +161 -0
- package/dist/src/event-hub-handler/decorators/decorators.model.d.ts +62 -0
- package/dist/src/event-hub-handler/decorators/index.d.ts +2 -0
- package/dist/src/event-hub-handler/event-hub-handler-metadata.reader.d.ts +8 -0
- package/dist/src/event-hub-handler/event-hub-handler-registration.service.d.ts +12 -0
- package/dist/src/event-hub-handler/event-hub-handler.factory.d.ts +13 -0
- package/dist/src/event-hub-handler/event-hub-handler.model.d.ts +101 -0
- package/dist/src/event-hub-handler/event-hub-trigger-support.factory.d.ts +10 -0
- package/dist/src/event-hub-handler/event-hub-trigger.model.d.ts +39 -0
- package/dist/src/event-hub-handler/event-hub-triggers-registration.service.d.ts +18 -0
- package/dist/src/event-hub-handler/index.d.ts +4 -0
- package/dist/src/framework.container.d.ts +6 -0
- package/dist/src/http-controller/decorators/decorators.d.ts +410 -0
- package/dist/src/http-controller/decorators/decorators.model.d.ts +123 -0
- package/dist/src/http-controller/decorators/index.d.ts +3 -0
- package/dist/src/http-controller/http-controller-metadata.reader.d.ts +8 -0
- package/dist/src/http-controller/http-controller-registration.service.d.ts +12 -0
- package/dist/src/http-controller/http-controller.model.d.ts +131 -0
- package/dist/src/http-controller/http-handler-support.factory.d.ts +26 -0
- package/dist/src/http-controller/http-handler.factory.d.ts +16 -0
- package/dist/src/http-controller/http-operations-registration.service.d.ts +22 -0
- package/dist/src/http-controller/http-request-arg-provider.factory.d.ts +12 -0
- package/dist/src/http-controller/http-response-processor.factory.d.ts +10 -0
- package/dist/src/http-controller/index.d.ts +11 -0
- package/dist/src/http-controller/open-api-definition.service.d.ts +29 -0
- package/dist/src/http-controller/open-api-metadata.service.d.ts +11 -0
- package/dist/src/http-controller/open-api-print.service.d.ts +8 -0
- package/dist/src/http-controller/open-api-registration.service.d.ts +17 -0
- package/dist/src/http-controller/security/authentication-service.d.ts +15 -0
- package/dist/src/http-controller/security/authenticator.provider.d.ts +31 -0
- package/dist/src/http-controller/security/bearer-security-authentication.service.d.ts +9 -0
- package/dist/src/http-controller/security/bearer-token.service.d.ts +5 -0
- package/dist/src/http-controller/security/index.d.ts +3 -0
- package/dist/src/http-controller/security/operation-authentication.resolver.d.ts +18 -0
- package/dist/src/http-controller/security/principal-merge.service.d.ts +11 -0
- package/dist/src/http-controller/security/strict-principal-merge.servce.d.ts +5 -0
- package/dist/src/http-controller/swagger-handling.service.d.ts +11 -0
- package/dist/src/index.d.ts +9 -0
- package/dist/src/init.d.ts +1 -0
- package/dist/src/logger/bindings.d.ts +7 -0
- package/dist/src/logger/index.d.ts +6 -0
- package/dist/src/logger/log-level.service.d.ts +7 -0
- package/dist/src/logger/log-transport.service.d.ts +19 -0
- package/dist/src/logger/logger.model.d.ts +241 -0
- package/dist/src/logger/logger.utils.d.ts +17 -0
- package/dist/src/logger/otel.logger.d.ts +9 -0
- package/dist/src/logger/trie-search.service.d.ts +65 -0
- package/dist/src/middleware.d.ts +10 -0
- package/dist/src/platform/azure-platform.d.ts +15 -0
- package/dist/src/platform/index.d.ts +5 -0
- package/dist/src/platform/model.d.ts +18 -0
- package/dist/src/platform/register-trigger-handler.factory.d.ts +5 -0
- package/dist/src/platform/startup.service.d.ts +36 -0
- package/dist/src/platform/system-logger-name.provider.d.ts +1 -0
- package/dist/src/platform.container.d.ts +3 -0
- package/dist/src/security/index.d.ts +2 -0
- package/dist/src/security/security-context.d.ts +22 -0
- package/dist/src/security/security.model.d.ts +37 -0
- package/dist/src/shared/decorators/decorators.d.ts +37 -0
- package/dist/src/shared/decorators/decorators.model.d.ts +13 -0
- package/dist/src/shared/decorators/index.d.ts +2 -0
- package/dist/src/shared/index.d.ts +8 -0
- package/dist/src/shared/ioc-container.utils.d.ts +7 -0
- package/dist/src/shared/platform.model.d.ts +44 -0
- package/dist/src/shared/trigger-handler-metadata.reader.d.ts +6 -0
- package/dist/src/shared/zod-parser-wrapper.d.ts +5 -0
- package/docs/logging.md +805 -0
- package/package.json +87 -0
- package/src/context/index.ts +4 -0
- package/src/context/platform-context.manager.ts +36 -0
- package/src/context/platform-context.model.ts +59 -0
- package/src/context/platform-context.provider.ts +37 -0
- package/src/context/platform.execution.context.ts +44 -0
- package/src/context/wrapped-invocation-context.ts +26 -0
- package/src/event-hub-handler/decorators/decorators.model.ts +76 -0
- package/src/event-hub-handler/decorators/decorators.ts +231 -0
- package/src/event-hub-handler/decorators/index.ts +2 -0
- package/src/event-hub-handler/event-hub-handler-metadata.reader.ts +38 -0
- package/src/event-hub-handler/event-hub-handler-registration.service.ts +45 -0
- package/src/event-hub-handler/event-hub-handler.factory.ts +66 -0
- package/src/event-hub-handler/event-hub-handler.model.ts +112 -0
- package/src/event-hub-handler/event-hub-trigger-support.factory.ts +234 -0
- package/src/event-hub-handler/event-hub-trigger.model.ts +36 -0
- package/src/event-hub-handler/event-hub-triggers-registration.service.ts +74 -0
- package/src/event-hub-handler/index.ts +19 -0
- package/src/framework.container.ts +24 -0
- package/src/http-controller/decorators/decorators.model.ts +156 -0
- package/src/http-controller/decorators/decorators.ts +516 -0
- package/src/http-controller/decorators/index.ts +3 -0
- package/src/http-controller/http-controller-metadata.reader.ts +62 -0
- package/src/http-controller/http-controller-registration.service.ts +52 -0
- package/src/http-controller/http-controller.model.ts +233 -0
- package/src/http-controller/http-handler-support.factory.ts +132 -0
- package/src/http-controller/http-handler.factory.ts +107 -0
- package/src/http-controller/http-operations-registration.service.ts +81 -0
- package/src/http-controller/http-request-arg-provider.factory.ts +165 -0
- package/src/http-controller/http-response-processor.factory.ts +77 -0
- package/src/http-controller/index.ts +47 -0
- package/src/http-controller/open-api-definition.service.ts +155 -0
- package/src/http-controller/open-api-metadata.service.ts +96 -0
- package/src/http-controller/open-api-print.service.ts +49 -0
- package/src/http-controller/open-api-registration.service.ts +45 -0
- package/src/http-controller/security/authentication-service.ts +18 -0
- package/src/http-controller/security/authenticator.provider.ts +238 -0
- package/src/http-controller/security/bearer-security-authentication.service.ts +16 -0
- package/src/http-controller/security/bearer-token.service.ts +6 -0
- package/src/http-controller/security/index.ts +3 -0
- package/src/http-controller/security/operation-authentication.resolver.ts +111 -0
- package/src/http-controller/security/principal-merge.service.ts +26 -0
- package/src/http-controller/security/strict-principal-merge.servce.ts +23 -0
- package/src/http-controller/swagger-handling.service.ts +126 -0
- package/src/index.ts +80 -0
- package/src/init.ts +4 -0
- package/src/logger/bindings.ts +56 -0
- package/src/logger/index.ts +26 -0
- package/src/logger/log-level.service.ts +14 -0
- package/src/logger/log-transport.service.ts +162 -0
- package/src/logger/logger.model.ts +261 -0
- package/src/logger/logger.utils.ts +264 -0
- package/src/logger/otel.logger.ts +91 -0
- package/src/logger/trie-search.service.ts +177 -0
- package/src/middleware.ts +49 -0
- package/src/platform/azure-platform.ts +57 -0
- package/src/platform/index.ts +18 -0
- package/src/platform/model.ts +19 -0
- package/src/platform/register-trigger-handler.factory.ts +43 -0
- package/src/platform/startup.service.ts +39 -0
- package/src/platform/system-logger-name.provider.ts +20 -0
- package/src/platform.container.ts +21 -0
- package/src/security/index.ts +2 -0
- package/src/security/security-context.ts +30 -0
- package/src/security/security.model.ts +46 -0
- package/src/shared/decorators/decorators.model.ts +17 -0
- package/src/shared/decorators/decorators.ts +87 -0
- package/src/shared/decorators/index.ts +2 -0
- package/src/shared/index.ts +16 -0
- package/src/shared/ioc-container.utils.ts +10 -0
- package/src/shared/platform.model.ts +71 -0
- package/src/shared/trigger-handler-metadata.reader.ts +27 -0
- package/src/shared/zod-parser-wrapper.ts +49 -0
- package/src/test-utilities/index.ts +1 -0
- package/src/test-utilities/utils.ts +5 -0
- package/tsconfig.test.json +8 -0
|
@@ -0,0 +1,3220 @@
|
|
|
1
|
+
TN:
|
|
2
|
+
SF:src/framework.container.ts
|
|
3
|
+
FN:11,createContainers
|
|
4
|
+
FN:21,(anonymous_1)
|
|
5
|
+
FN:22,(anonymous_2)
|
|
6
|
+
FNF:3
|
|
7
|
+
FNH:3
|
|
8
|
+
FNDA:6,createContainers
|
|
9
|
+
FNDA:1,(anonymous_1)
|
|
10
|
+
FNDA:1,(anonymous_2)
|
|
11
|
+
DA:1,2
|
|
12
|
+
DA:2,2
|
|
13
|
+
DA:3,2
|
|
14
|
+
DA:4,2
|
|
15
|
+
DA:5,2
|
|
16
|
+
DA:6,2
|
|
17
|
+
DA:7,2
|
|
18
|
+
DA:8,2
|
|
19
|
+
DA:9,2
|
|
20
|
+
DA:11,2
|
|
21
|
+
DA:15,6
|
|
22
|
+
DA:18,6
|
|
23
|
+
DA:19,6
|
|
24
|
+
DA:20,6
|
|
25
|
+
DA:21,6
|
|
26
|
+
DA:22,6
|
|
27
|
+
DA:23,6
|
|
28
|
+
LF:17
|
|
29
|
+
LH:17
|
|
30
|
+
BRF:0
|
|
31
|
+
BRH:0
|
|
32
|
+
end_of_record
|
|
33
|
+
TN:
|
|
34
|
+
SF:src/init.ts
|
|
35
|
+
FNF:0
|
|
36
|
+
FNH:0
|
|
37
|
+
DA:1,1
|
|
38
|
+
DA:2,1
|
|
39
|
+
DA:4,1
|
|
40
|
+
LF:3
|
|
41
|
+
LH:3
|
|
42
|
+
BRF:0
|
|
43
|
+
BRH:0
|
|
44
|
+
end_of_record
|
|
45
|
+
TN:
|
|
46
|
+
SF:src/middleware.ts
|
|
47
|
+
FN:8,registerOpenApi
|
|
48
|
+
FN:23,startPlatform
|
|
49
|
+
FNF:2
|
|
50
|
+
FNH:2
|
|
51
|
+
FNDA:2,registerOpenApi
|
|
52
|
+
FNDA:2,startPlatform
|
|
53
|
+
DA:1,1
|
|
54
|
+
DA:3,1
|
|
55
|
+
DA:4,1
|
|
56
|
+
DA:5,1
|
|
57
|
+
DA:6,1
|
|
58
|
+
DA:9,2
|
|
59
|
+
DA:10,2
|
|
60
|
+
DA:23,1
|
|
61
|
+
DA:24,2
|
|
62
|
+
DA:25,2
|
|
63
|
+
DA:26,2
|
|
64
|
+
DA:27,2
|
|
65
|
+
DA:28,2
|
|
66
|
+
DA:29,2
|
|
67
|
+
DA:30,2
|
|
68
|
+
DA:32,1
|
|
69
|
+
DA:33,1
|
|
70
|
+
DA:34,1
|
|
71
|
+
DA:37,1
|
|
72
|
+
DA:38,1
|
|
73
|
+
DA:39,1
|
|
74
|
+
DA:40,1
|
|
75
|
+
DA:41,1
|
|
76
|
+
DA:45,0
|
|
77
|
+
DA:46,0
|
|
78
|
+
DA:48,2
|
|
79
|
+
LF:26
|
|
80
|
+
LH:24
|
|
81
|
+
BRDA:30,0,0,1
|
|
82
|
+
BRDA:30,0,1,1
|
|
83
|
+
BRF:2
|
|
84
|
+
BRH:2
|
|
85
|
+
end_of_record
|
|
86
|
+
TN:
|
|
87
|
+
SF:src/platform.container.ts
|
|
88
|
+
FN:11,providePlatformContainer
|
|
89
|
+
FNF:1
|
|
90
|
+
FNH:1
|
|
91
|
+
FNDA:8,providePlatformContainer
|
|
92
|
+
DA:1,3
|
|
93
|
+
DA:7,3
|
|
94
|
+
DA:8,3
|
|
95
|
+
DA:9,3
|
|
96
|
+
DA:11,3
|
|
97
|
+
DA:12,8
|
|
98
|
+
DA:15,8
|
|
99
|
+
DA:16,8
|
|
100
|
+
DA:17,8
|
|
101
|
+
DA:18,8
|
|
102
|
+
DA:19,8
|
|
103
|
+
DA:20,8
|
|
104
|
+
LF:12
|
|
105
|
+
LH:12
|
|
106
|
+
BRF:0
|
|
107
|
+
BRH:0
|
|
108
|
+
end_of_record
|
|
109
|
+
TN:
|
|
110
|
+
SF:src/context/index.ts
|
|
111
|
+
FNF:0
|
|
112
|
+
FNH:0
|
|
113
|
+
DA:1,37
|
|
114
|
+
DA:2,37
|
|
115
|
+
DA:3,37
|
|
116
|
+
DA:4,37
|
|
117
|
+
LF:4
|
|
118
|
+
LH:4
|
|
119
|
+
BRF:0
|
|
120
|
+
BRH:0
|
|
121
|
+
end_of_record
|
|
122
|
+
TN:
|
|
123
|
+
SF:src/context/platform-context.manager.ts
|
|
124
|
+
FN:29,(anonymous_1)
|
|
125
|
+
FN:33,(anonymous_2)
|
|
126
|
+
FNF:2
|
|
127
|
+
FNH:2
|
|
128
|
+
FNDA:1,(anonymous_1)
|
|
129
|
+
FNDA:1,(anonymous_2)
|
|
130
|
+
DA:1,38
|
|
131
|
+
DA:2,38
|
|
132
|
+
DA:3,38
|
|
133
|
+
DA:10,38
|
|
134
|
+
DA:26,38
|
|
135
|
+
DA:27,1
|
|
136
|
+
DA:30,1
|
|
137
|
+
DA:34,1
|
|
138
|
+
LF:8
|
|
139
|
+
LH:8
|
|
140
|
+
BRF:0
|
|
141
|
+
BRH:0
|
|
142
|
+
end_of_record
|
|
143
|
+
TN:
|
|
144
|
+
SF:src/context/platform-context.model.ts
|
|
145
|
+
FN:39,createPlatformContextValueKey
|
|
146
|
+
FNF:1
|
|
147
|
+
FNH:1
|
|
148
|
+
FNDA:91,createPlatformContextValueKey
|
|
149
|
+
DA:2,41
|
|
150
|
+
DA:8,41
|
|
151
|
+
DA:39,41
|
|
152
|
+
DA:40,91
|
|
153
|
+
LF:4
|
|
154
|
+
LH:4
|
|
155
|
+
BRF:0
|
|
156
|
+
BRH:0
|
|
157
|
+
end_of_record
|
|
158
|
+
TN:
|
|
159
|
+
SF:src/context/platform-context.provider.ts
|
|
160
|
+
FN:32,(anonymous_2)
|
|
161
|
+
FN:34,(anonymous_3)
|
|
162
|
+
FNF:2
|
|
163
|
+
FNH:2
|
|
164
|
+
FNDA:1,(anonymous_2)
|
|
165
|
+
FNDA:1,(anonymous_3)
|
|
166
|
+
DA:2,40
|
|
167
|
+
DA:3,40
|
|
168
|
+
DA:4,40
|
|
169
|
+
DA:5,40
|
|
170
|
+
DA:6,40
|
|
171
|
+
DA:12,40
|
|
172
|
+
DA:26,40
|
|
173
|
+
DA:31,40
|
|
174
|
+
DA:32,1
|
|
175
|
+
DA:35,1
|
|
176
|
+
LF:10
|
|
177
|
+
LH:10
|
|
178
|
+
BRF:0
|
|
179
|
+
BRH:0
|
|
180
|
+
end_of_record
|
|
181
|
+
TN:
|
|
182
|
+
SF:src/context/platform.execution.context.ts
|
|
183
|
+
FN:12,(anonymous_0)
|
|
184
|
+
FN:19,(anonymous_1)
|
|
185
|
+
FN:23,(anonymous_2)
|
|
186
|
+
FN:28,(anonymous_3)
|
|
187
|
+
FN:33,(anonymous_4)
|
|
188
|
+
FNF:5
|
|
189
|
+
FNH:5
|
|
190
|
+
FNDA:9,(anonymous_0)
|
|
191
|
+
FNDA:12,(anonymous_1)
|
|
192
|
+
FNDA:6,(anonymous_2)
|
|
193
|
+
FNDA:2,(anonymous_3)
|
|
194
|
+
FNDA:2,(anonymous_4)
|
|
195
|
+
DA:3,39
|
|
196
|
+
DA:4,39
|
|
197
|
+
DA:5,39
|
|
198
|
+
DA:7,39
|
|
199
|
+
DA:13,9
|
|
200
|
+
DA:14,9
|
|
201
|
+
DA:15,9
|
|
202
|
+
DA:16,9
|
|
203
|
+
DA:20,12
|
|
204
|
+
DA:24,6
|
|
205
|
+
DA:25,6
|
|
206
|
+
DA:29,2
|
|
207
|
+
DA:30,2
|
|
208
|
+
DA:34,2
|
|
209
|
+
DA:35,2
|
|
210
|
+
DA:36,1
|
|
211
|
+
DA:38,1
|
|
212
|
+
DA:39,1
|
|
213
|
+
DA:40,1
|
|
214
|
+
DA:42,1
|
|
215
|
+
LF:20
|
|
216
|
+
LH:20
|
|
217
|
+
BRDA:35,0,0,1
|
|
218
|
+
BRDA:35,0,1,1
|
|
219
|
+
BRF:2
|
|
220
|
+
BRH:2
|
|
221
|
+
end_of_record
|
|
222
|
+
TN:
|
|
223
|
+
SF:src/context/wrapped-invocation-context.ts
|
|
224
|
+
FN:16,(anonymous_0)
|
|
225
|
+
FN:19,(anonymous_1)
|
|
226
|
+
FNF:2
|
|
227
|
+
FNH:2
|
|
228
|
+
FNDA:2,(anonymous_0)
|
|
229
|
+
FNDA:1,(anonymous_1)
|
|
230
|
+
DA:1,39
|
|
231
|
+
DA:5,39
|
|
232
|
+
DA:15,39
|
|
233
|
+
DA:17,2
|
|
234
|
+
DA:20,1
|
|
235
|
+
DA:21,1
|
|
236
|
+
DA:22,1
|
|
237
|
+
LF:7
|
|
238
|
+
LH:7
|
|
239
|
+
BRF:0
|
|
240
|
+
BRH:0
|
|
241
|
+
end_of_record
|
|
242
|
+
TN:
|
|
243
|
+
SF:src/event-hub-handler/event-hub-handler-metadata.reader.ts
|
|
244
|
+
FN:12,(anonymous_2)
|
|
245
|
+
FN:14,(anonymous_3)
|
|
246
|
+
FN:24,(anonymous_4)
|
|
247
|
+
FNF:3
|
|
248
|
+
FNH:3
|
|
249
|
+
FNDA:5,(anonymous_2)
|
|
250
|
+
FNDA:2,(anonymous_3)
|
|
251
|
+
FNDA:3,(anonymous_4)
|
|
252
|
+
DA:1,6
|
|
253
|
+
DA:2,6
|
|
254
|
+
DA:8,6
|
|
255
|
+
DA:11,6
|
|
256
|
+
DA:12,5
|
|
257
|
+
DA:15,2
|
|
258
|
+
DA:16,2
|
|
259
|
+
DA:17,1
|
|
260
|
+
DA:21,1
|
|
261
|
+
DA:25,3
|
|
262
|
+
DA:26,3
|
|
263
|
+
DA:27,1
|
|
264
|
+
DA:31,2
|
|
265
|
+
DA:32,1
|
|
266
|
+
DA:36,1
|
|
267
|
+
LF:15
|
|
268
|
+
LH:15
|
|
269
|
+
BRDA:16,0,0,1
|
|
270
|
+
BRDA:16,0,1,1
|
|
271
|
+
BRDA:26,1,0,1
|
|
272
|
+
BRDA:26,1,1,2
|
|
273
|
+
BRDA:31,2,0,1
|
|
274
|
+
BRDA:31,2,1,1
|
|
275
|
+
BRF:6
|
|
276
|
+
BRH:6
|
|
277
|
+
end_of_record
|
|
278
|
+
TN:
|
|
279
|
+
SF:src/event-hub-handler/event-hub-handler-registration.service.ts
|
|
280
|
+
FN:12,(anonymous_4)
|
|
281
|
+
FN:18,(anonymous_5)
|
|
282
|
+
FN:22,(anonymous_6)
|
|
283
|
+
FN:27,(anonymous_7)
|
|
284
|
+
FN:31,(anonymous_8)
|
|
285
|
+
FNF:5
|
|
286
|
+
FNH:5
|
|
287
|
+
FNDA:3,(anonymous_4)
|
|
288
|
+
FNDA:3,(anonymous_5)
|
|
289
|
+
FNDA:5,(anonymous_6)
|
|
290
|
+
FNDA:5,(anonymous_7)
|
|
291
|
+
FNDA:1,(anonymous_8)
|
|
292
|
+
DA:1,4
|
|
293
|
+
DA:2,4
|
|
294
|
+
DA:3,4
|
|
295
|
+
DA:4,4
|
|
296
|
+
DA:5,4
|
|
297
|
+
DA:11,4
|
|
298
|
+
DA:13,3
|
|
299
|
+
DA:14,3
|
|
300
|
+
DA:15,3
|
|
301
|
+
DA:19,3
|
|
302
|
+
DA:20,3
|
|
303
|
+
DA:22,3
|
|
304
|
+
DA:23,5
|
|
305
|
+
DA:28,5
|
|
306
|
+
DA:30,5
|
|
307
|
+
DA:31,5
|
|
308
|
+
DA:32,1
|
|
309
|
+
DA:34,5
|
|
310
|
+
DA:35,5
|
|
311
|
+
LF:19
|
|
312
|
+
LH:19
|
|
313
|
+
BRF:0
|
|
314
|
+
BRH:0
|
|
315
|
+
end_of_record
|
|
316
|
+
TN:
|
|
317
|
+
SF:src/event-hub-handler/event-hub-handler.factory.ts
|
|
318
|
+
FN:15,(anonymous_4)
|
|
319
|
+
FN:23,(anonymous_5)
|
|
320
|
+
FN:34,(anonymous_6)
|
|
321
|
+
FN:35,(anonymous_7)
|
|
322
|
+
FNF:4
|
|
323
|
+
FNH:4
|
|
324
|
+
FNDA:2,(anonymous_4)
|
|
325
|
+
FNDA:2,(anonymous_5)
|
|
326
|
+
FNDA:2,(anonymous_6)
|
|
327
|
+
FNDA:2,(anonymous_7)
|
|
328
|
+
DA:2,5
|
|
329
|
+
DA:3,5
|
|
330
|
+
DA:4,5
|
|
331
|
+
DA:5,5
|
|
332
|
+
DA:6,5
|
|
333
|
+
DA:12,5
|
|
334
|
+
DA:17,2
|
|
335
|
+
DA:18,2
|
|
336
|
+
DA:20,2
|
|
337
|
+
DA:27,2
|
|
338
|
+
DA:28,2
|
|
339
|
+
DA:32,2
|
|
340
|
+
DA:33,2
|
|
341
|
+
DA:34,2
|
|
342
|
+
DA:35,2
|
|
343
|
+
DA:36,2
|
|
344
|
+
DA:47,2
|
|
345
|
+
DA:48,2
|
|
346
|
+
DA:49,2
|
|
347
|
+
DA:50,2
|
|
348
|
+
DA:55,2
|
|
349
|
+
DA:57,1
|
|
350
|
+
LF:22
|
|
351
|
+
LH:22
|
|
352
|
+
BRF:0
|
|
353
|
+
BRH:0
|
|
354
|
+
end_of_record
|
|
355
|
+
TN:
|
|
356
|
+
SF:src/event-hub-handler/event-hub-handler.model.ts
|
|
357
|
+
FNF:0
|
|
358
|
+
FNH:0
|
|
359
|
+
DA:2,6
|
|
360
|
+
DA:3,6
|
|
361
|
+
DA:5,6
|
|
362
|
+
DA:15,6
|
|
363
|
+
LF:4
|
|
364
|
+
LH:4
|
|
365
|
+
BRF:0
|
|
366
|
+
BRH:0
|
|
367
|
+
end_of_record
|
|
368
|
+
TN:
|
|
369
|
+
SF:src/event-hub-handler/event-hub-trigger-support.factory.ts
|
|
370
|
+
FN:34,(anonymous_1)
|
|
371
|
+
FN:42,(anonymous_2)
|
|
372
|
+
FN:75,(anonymous_3)
|
|
373
|
+
FN:89,(anonymous_4)
|
|
374
|
+
FN:92,(anonymous_5)
|
|
375
|
+
FN:99,(anonymous_6)
|
|
376
|
+
FN:100,(anonymous_7)
|
|
377
|
+
FN:102,(anonymous_8)
|
|
378
|
+
FN:103,(anonymous_9)
|
|
379
|
+
FN:106,(anonymous_10)
|
|
380
|
+
FN:108,(anonymous_11)
|
|
381
|
+
FN:131,(anonymous_12)
|
|
382
|
+
FN:135,(anonymous_13)
|
|
383
|
+
FN:152,(anonymous_14)
|
|
384
|
+
FN:187,(anonymous_15)
|
|
385
|
+
FN:191,(anonymous_16)
|
|
386
|
+
FN:211,(anonymous_17)
|
|
387
|
+
FN:226,(anonymous_18)
|
|
388
|
+
FNF:18
|
|
389
|
+
FNH:18
|
|
390
|
+
FNDA:19,(anonymous_1)
|
|
391
|
+
FNDA:4,(anonymous_2)
|
|
392
|
+
FNDA:1,(anonymous_3)
|
|
393
|
+
FNDA:2,(anonymous_4)
|
|
394
|
+
FNDA:1,(anonymous_5)
|
|
395
|
+
FNDA:13,(anonymous_6)
|
|
396
|
+
FNDA:13,(anonymous_7)
|
|
397
|
+
FNDA:17,(anonymous_8)
|
|
398
|
+
FNDA:17,(anonymous_9)
|
|
399
|
+
FNDA:13,(anonymous_10)
|
|
400
|
+
FNDA:17,(anonymous_11)
|
|
401
|
+
FNDA:5,(anonymous_12)
|
|
402
|
+
FNDA:5,(anonymous_13)
|
|
403
|
+
FNDA:10,(anonymous_14)
|
|
404
|
+
FNDA:4,(anonymous_15)
|
|
405
|
+
FNDA:4,(anonymous_16)
|
|
406
|
+
FNDA:7,(anonymous_17)
|
|
407
|
+
FNDA:9,(anonymous_18)
|
|
408
|
+
DA:1,6
|
|
409
|
+
DA:2,6
|
|
410
|
+
DA:3,6
|
|
411
|
+
DA:9,6
|
|
412
|
+
DA:18,6
|
|
413
|
+
DA:33,6
|
|
414
|
+
DA:38,19
|
|
415
|
+
DA:39,19
|
|
416
|
+
DA:40,27
|
|
417
|
+
DA:42,8
|
|
418
|
+
DA:43,8
|
|
419
|
+
DA:45,6
|
|
420
|
+
DA:46,1
|
|
421
|
+
DA:53,5
|
|
422
|
+
DA:54,5
|
|
423
|
+
DA:56,5
|
|
424
|
+
DA:57,1
|
|
425
|
+
DA:64,4
|
|
426
|
+
DA:65,4
|
|
427
|
+
DA:67,3
|
|
428
|
+
DA:68,2
|
|
429
|
+
DA:75,1
|
|
430
|
+
DA:76,1
|
|
431
|
+
DA:78,4
|
|
432
|
+
DA:79,2
|
|
433
|
+
DA:89,2
|
|
434
|
+
DA:90,2
|
|
435
|
+
DA:92,1
|
|
436
|
+
DA:93,1
|
|
437
|
+
DA:96,13
|
|
438
|
+
DA:100,13
|
|
439
|
+
DA:101,13
|
|
440
|
+
DA:103,17
|
|
441
|
+
DA:104,17
|
|
442
|
+
DA:107,13
|
|
443
|
+
DA:109,17
|
|
444
|
+
DA:110,13
|
|
445
|
+
DA:112,4
|
|
446
|
+
DA:114,17
|
|
447
|
+
DA:118,13
|
|
448
|
+
DA:119,9
|
|
449
|
+
DA:121,4
|
|
450
|
+
DA:134,5
|
|
451
|
+
DA:135,5
|
|
452
|
+
DA:136,5
|
|
453
|
+
DA:138,5
|
|
454
|
+
DA:139,5
|
|
455
|
+
DA:141,2
|
|
456
|
+
DA:148,3
|
|
457
|
+
DA:158,10
|
|
458
|
+
DA:170,10
|
|
459
|
+
DA:171,10
|
|
460
|
+
DA:172,4
|
|
461
|
+
DA:181,6
|
|
462
|
+
DA:190,4
|
|
463
|
+
DA:191,4
|
|
464
|
+
DA:192,4
|
|
465
|
+
DA:193,1
|
|
466
|
+
DA:201,3
|
|
467
|
+
DA:202,3
|
|
468
|
+
DA:204,1
|
|
469
|
+
DA:211,2
|
|
470
|
+
DA:212,7
|
|
471
|
+
DA:221,7
|
|
472
|
+
DA:227,9
|
|
473
|
+
LF:65
|
|
474
|
+
LH:65
|
|
475
|
+
BRDA:40,0,0,8
|
|
476
|
+
BRDA:40,0,1,6
|
|
477
|
+
BRDA:40,0,2,5
|
|
478
|
+
BRDA:40,0,3,3
|
|
479
|
+
BRDA:40,0,4,4
|
|
480
|
+
BRDA:40,0,5,1
|
|
481
|
+
BRDA:45,1,0,1
|
|
482
|
+
BRDA:45,1,1,5
|
|
483
|
+
BRDA:56,2,0,1
|
|
484
|
+
BRDA:56,2,1,4
|
|
485
|
+
BRDA:67,3,0,2
|
|
486
|
+
BRDA:67,3,1,1
|
|
487
|
+
BRDA:78,4,0,2
|
|
488
|
+
BRDA:78,4,1,2
|
|
489
|
+
BRDA:109,5,0,13
|
|
490
|
+
BRDA:109,5,1,4
|
|
491
|
+
BRDA:118,6,0,9
|
|
492
|
+
BRDA:118,6,1,4
|
|
493
|
+
BRDA:171,7,0,4
|
|
494
|
+
BRDA:171,7,1,6
|
|
495
|
+
BRDA:192,8,0,1
|
|
496
|
+
BRDA:192,8,1,3
|
|
497
|
+
BRDA:228,9,0,9
|
|
498
|
+
BRDA:228,9,1,1
|
|
499
|
+
BRDA:229,10,0,1
|
|
500
|
+
BRDA:229,10,1,8
|
|
501
|
+
BRDA:230,11,0,1
|
|
502
|
+
BRDA:230,11,1,8
|
|
503
|
+
BRDA:231,12,0,2
|
|
504
|
+
BRDA:231,12,1,7
|
|
505
|
+
BRF:30
|
|
506
|
+
BRH:30
|
|
507
|
+
end_of_record
|
|
508
|
+
TN:
|
|
509
|
+
SF:src/event-hub-handler/event-hub-trigger.model.ts
|
|
510
|
+
FNF:0
|
|
511
|
+
FNH:0
|
|
512
|
+
DA:1,6
|
|
513
|
+
DA:3,6
|
|
514
|
+
DA:12,6
|
|
515
|
+
DA:16,6
|
|
516
|
+
DA:27,6
|
|
517
|
+
LF:5
|
|
518
|
+
LH:5
|
|
519
|
+
BRF:0
|
|
520
|
+
BRH:0
|
|
521
|
+
end_of_record
|
|
522
|
+
TN:
|
|
523
|
+
SF:src/event-hub-handler/event-hub-triggers-registration.service.ts
|
|
524
|
+
FN:20,(anonymous_4)
|
|
525
|
+
FN:27,(anonymous_5)
|
|
526
|
+
FN:60,(anonymous_6)
|
|
527
|
+
FNF:3
|
|
528
|
+
FNH:3
|
|
529
|
+
FNDA:2,(anonymous_4)
|
|
530
|
+
FNDA:2,(anonymous_5)
|
|
531
|
+
FNDA:6,(anonymous_6)
|
|
532
|
+
DA:1,5
|
|
533
|
+
DA:2,5
|
|
534
|
+
DA:3,5
|
|
535
|
+
DA:5,5
|
|
536
|
+
DA:17,5
|
|
537
|
+
DA:22,2
|
|
538
|
+
DA:24,2
|
|
539
|
+
DA:28,2
|
|
540
|
+
DA:29,2
|
|
541
|
+
DA:30,2
|
|
542
|
+
DA:34,2
|
|
543
|
+
DA:35,2
|
|
544
|
+
DA:36,6
|
|
545
|
+
DA:37,5
|
|
546
|
+
DA:38,3
|
|
547
|
+
DA:40,2
|
|
548
|
+
DA:41,2
|
|
549
|
+
DA:47,2
|
|
550
|
+
DA:48,2
|
|
551
|
+
DA:49,2
|
|
552
|
+
DA:57,1
|
|
553
|
+
DA:64,6
|
|
554
|
+
DA:65,6
|
|
555
|
+
DA:68,2
|
|
556
|
+
DA:69,1
|
|
557
|
+
DA:71,1
|
|
558
|
+
LF:26
|
|
559
|
+
LH:26
|
|
560
|
+
BRDA:37,0,0,3
|
|
561
|
+
BRDA:37,0,1,2
|
|
562
|
+
BRDA:40,1,0,2
|
|
563
|
+
BRDA:40,1,1,1
|
|
564
|
+
BRDA:68,2,0,1
|
|
565
|
+
BRDA:68,2,1,1
|
|
566
|
+
BRF:6
|
|
567
|
+
BRH:6
|
|
568
|
+
end_of_record
|
|
569
|
+
TN:
|
|
570
|
+
SF:src/event-hub-handler/index.ts
|
|
571
|
+
FN:13,(anonymous_4)
|
|
572
|
+
FNF:1
|
|
573
|
+
FNH:1
|
|
574
|
+
FNDA:6,(anonymous_4)
|
|
575
|
+
DA:1,3
|
|
576
|
+
DA:2,3
|
|
577
|
+
DA:3,3
|
|
578
|
+
DA:4,3
|
|
579
|
+
DA:5,3
|
|
580
|
+
DA:6,3
|
|
581
|
+
DA:7,3
|
|
582
|
+
DA:8,3
|
|
583
|
+
DA:10,3
|
|
584
|
+
DA:13,3
|
|
585
|
+
DA:14,6
|
|
586
|
+
DA:15,6
|
|
587
|
+
DA:16,6
|
|
588
|
+
DA:17,6
|
|
589
|
+
DA:18,6
|
|
590
|
+
LF:15
|
|
591
|
+
LH:15
|
|
592
|
+
BRF:0
|
|
593
|
+
BRH:0
|
|
594
|
+
end_of_record
|
|
595
|
+
TN:
|
|
596
|
+
SF:src/event-hub-handler/decorators/decorators.model.ts
|
|
597
|
+
FNF:0
|
|
598
|
+
FNH:0
|
|
599
|
+
DA:15,6
|
|
600
|
+
LF:1
|
|
601
|
+
LH:1
|
|
602
|
+
BRF:0
|
|
603
|
+
BRH:0
|
|
604
|
+
end_of_record
|
|
605
|
+
TN:
|
|
606
|
+
SF:src/event-hub-handler/decorators/decorators.ts
|
|
607
|
+
FN:41,EventHubHandler
|
|
608
|
+
FN:42,(anonymous_1)
|
|
609
|
+
FN:85,OnEventHubTrigger
|
|
610
|
+
FN:86,(anonymous_3)
|
|
611
|
+
FN:133,Message
|
|
612
|
+
FN:166,Messages
|
|
613
|
+
FN:186,RawMessage
|
|
614
|
+
FN:210,RawMessages
|
|
615
|
+
FN:216,convertEventHubConfigToMeta
|
|
616
|
+
FN:229,adjustHandlerMetadata
|
|
617
|
+
FNF:10
|
|
618
|
+
FNH:10
|
|
619
|
+
FNDA:2,EventHubHandler
|
|
620
|
+
FNDA:2,(anonymous_1)
|
|
621
|
+
FNDA:3,OnEventHubTrigger
|
|
622
|
+
FNDA:3,(anonymous_3)
|
|
623
|
+
FNDA:1,Message
|
|
624
|
+
FNDA:1,Messages
|
|
625
|
+
FNDA:1,RawMessage
|
|
626
|
+
FNDA:1,RawMessages
|
|
627
|
+
FNDA:2,convertEventHubConfigToMeta
|
|
628
|
+
FNDA:4,adjustHandlerMetadata
|
|
629
|
+
DA:1,7
|
|
630
|
+
DA:2,7
|
|
631
|
+
DA:3,7
|
|
632
|
+
DA:41,7
|
|
633
|
+
DA:42,2
|
|
634
|
+
DA:43,2
|
|
635
|
+
DA:47,2
|
|
636
|
+
DA:49,2
|
|
637
|
+
DA:85,7
|
|
638
|
+
DA:86,3
|
|
639
|
+
DA:87,3
|
|
640
|
+
DA:91,3
|
|
641
|
+
DA:92,3
|
|
642
|
+
DA:97,3
|
|
643
|
+
DA:133,7
|
|
644
|
+
DA:134,1
|
|
645
|
+
DA:166,7
|
|
646
|
+
DA:167,1
|
|
647
|
+
DA:186,7
|
|
648
|
+
DA:187,1
|
|
649
|
+
DA:210,7
|
|
650
|
+
DA:211,1
|
|
651
|
+
DA:220,2
|
|
652
|
+
DA:230,4
|
|
653
|
+
LF:24
|
|
654
|
+
LH:24
|
|
655
|
+
BRDA:91,0,0,3
|
|
656
|
+
BRDA:91,0,1,1
|
|
657
|
+
BRF:2
|
|
658
|
+
BRH:2
|
|
659
|
+
end_of_record
|
|
660
|
+
TN:
|
|
661
|
+
SF:src/event-hub-handler/decorators/index.ts
|
|
662
|
+
FNF:0
|
|
663
|
+
FNH:0
|
|
664
|
+
DA:1,6
|
|
665
|
+
DA:2,6
|
|
666
|
+
LF:2
|
|
667
|
+
LH:2
|
|
668
|
+
BRF:0
|
|
669
|
+
BRH:0
|
|
670
|
+
end_of_record
|
|
671
|
+
TN:
|
|
672
|
+
SF:src/http-controller/http-controller-metadata.reader.ts
|
|
673
|
+
FN:12,(anonymous_2)
|
|
674
|
+
FN:14,(anonymous_3)
|
|
675
|
+
FN:32,(anonymous_4)
|
|
676
|
+
FNF:3
|
|
677
|
+
FNH:3
|
|
678
|
+
FNDA:5,(anonymous_2)
|
|
679
|
+
FNDA:2,(anonymous_3)
|
|
680
|
+
FNDA:3,(anonymous_4)
|
|
681
|
+
DA:1,12
|
|
682
|
+
DA:2,12
|
|
683
|
+
DA:8,12
|
|
684
|
+
DA:11,12
|
|
685
|
+
DA:12,5
|
|
686
|
+
DA:15,2
|
|
687
|
+
DA:16,2
|
|
688
|
+
DA:17,1
|
|
689
|
+
DA:29,1
|
|
690
|
+
DA:33,3
|
|
691
|
+
DA:34,3
|
|
692
|
+
DA:35,1
|
|
693
|
+
DA:46,2
|
|
694
|
+
DA:47,1
|
|
695
|
+
DA:60,1
|
|
696
|
+
LF:15
|
|
697
|
+
LH:15
|
|
698
|
+
BRDA:16,0,0,1
|
|
699
|
+
BRDA:16,0,1,1
|
|
700
|
+
BRDA:34,1,0,1
|
|
701
|
+
BRDA:34,1,1,2
|
|
702
|
+
BRDA:46,2,0,1
|
|
703
|
+
BRDA:46,2,1,1
|
|
704
|
+
BRF:6
|
|
705
|
+
BRH:6
|
|
706
|
+
end_of_record
|
|
707
|
+
TN:
|
|
708
|
+
SF:src/http-controller/http-controller-registration.service.ts
|
|
709
|
+
FN:19,(anonymous_4)
|
|
710
|
+
FN:25,(anonymous_5)
|
|
711
|
+
FN:28,(anonymous_6)
|
|
712
|
+
FN:33,(anonymous_7)
|
|
713
|
+
FN:38,(anonymous_8)
|
|
714
|
+
FNF:5
|
|
715
|
+
FNH:5
|
|
716
|
+
FNDA:3,(anonymous_4)
|
|
717
|
+
FNDA:3,(anonymous_5)
|
|
718
|
+
FNDA:2,(anonymous_6)
|
|
719
|
+
FNDA:2,(anonymous_7)
|
|
720
|
+
FNDA:1,(anonymous_8)
|
|
721
|
+
DA:1,9
|
|
722
|
+
DA:2,9
|
|
723
|
+
DA:3,9
|
|
724
|
+
DA:5,9
|
|
725
|
+
DA:6,9
|
|
726
|
+
DA:8,9
|
|
727
|
+
DA:18,9
|
|
728
|
+
DA:20,3
|
|
729
|
+
DA:21,3
|
|
730
|
+
DA:22,3
|
|
731
|
+
DA:26,3
|
|
732
|
+
DA:27,3
|
|
733
|
+
DA:28,3
|
|
734
|
+
DA:29,2
|
|
735
|
+
DA:34,2
|
|
736
|
+
DA:36,2
|
|
737
|
+
DA:37,2
|
|
738
|
+
DA:38,2
|
|
739
|
+
DA:39,1
|
|
740
|
+
DA:41,2
|
|
741
|
+
DA:42,2
|
|
742
|
+
DA:43,2
|
|
743
|
+
LF:22
|
|
744
|
+
LH:22
|
|
745
|
+
BRF:0
|
|
746
|
+
BRH:0
|
|
747
|
+
end_of_record
|
|
748
|
+
TN:
|
|
749
|
+
SF:src/http-controller/http-controller.model.ts
|
|
750
|
+
FN:38,(anonymous_0)
|
|
751
|
+
FN:42,(anonymous_1)
|
|
752
|
+
FN:61,(anonymous_2)
|
|
753
|
+
FN:84,(anonymous_3)
|
|
754
|
+
FN:93,(anonymous_4)
|
|
755
|
+
FN:102,(anonymous_5)
|
|
756
|
+
FN:111,(anonymous_6)
|
|
757
|
+
FN:120,(anonymous_7)
|
|
758
|
+
FN:129,(anonymous_8)
|
|
759
|
+
FN:167,(anonymous_9)
|
|
760
|
+
FN:178,(anonymous_10)
|
|
761
|
+
FN:183,(anonymous_11)
|
|
762
|
+
FN:191,(anonymous_12)
|
|
763
|
+
FN:199,(anonymous_13)
|
|
764
|
+
FN:204,(anonymous_14)
|
|
765
|
+
FN:216,joinPosix
|
|
766
|
+
FN:217,(anonymous_16)
|
|
767
|
+
FN:229,(anonymous_17)
|
|
768
|
+
FN:229,(anonymous_18)
|
|
769
|
+
FN:231,isHttpResponseInit
|
|
770
|
+
FNF:20
|
|
771
|
+
FNH:20
|
|
772
|
+
FNDA:8,(anonymous_0)
|
|
773
|
+
FNDA:23,(anonymous_1)
|
|
774
|
+
FNDA:23,(anonymous_2)
|
|
775
|
+
FNDA:13,(anonymous_3)
|
|
776
|
+
FNDA:10,(anonymous_4)
|
|
777
|
+
FNDA:19,(anonymous_5)
|
|
778
|
+
FNDA:10,(anonymous_6)
|
|
779
|
+
FNDA:4,(anonymous_7)
|
|
780
|
+
FNDA:19,(anonymous_8)
|
|
781
|
+
FNDA:1,(anonymous_9)
|
|
782
|
+
FNDA:1,(anonymous_10)
|
|
783
|
+
FNDA:2,(anonymous_11)
|
|
784
|
+
FNDA:2,(anonymous_12)
|
|
785
|
+
FNDA:1,(anonymous_13)
|
|
786
|
+
FNDA:1,(anonymous_14)
|
|
787
|
+
FNDA:2,joinPosix
|
|
788
|
+
FNDA:4,(anonymous_16)
|
|
789
|
+
FNDA:5,(anonymous_17)
|
|
790
|
+
FNDA:2,(anonymous_18)
|
|
791
|
+
FNDA:5,isHttpResponseInit
|
|
792
|
+
DA:2,20
|
|
793
|
+
DA:3,20
|
|
794
|
+
DA:4,20
|
|
795
|
+
DA:6,20
|
|
796
|
+
DA:7,20
|
|
797
|
+
DA:35,20
|
|
798
|
+
DA:39,8
|
|
799
|
+
DA:43,23
|
|
800
|
+
DA:44,23
|
|
801
|
+
DA:45,23
|
|
802
|
+
DA:46,23
|
|
803
|
+
DA:47,23
|
|
804
|
+
DA:48,23
|
|
805
|
+
DA:49,23
|
|
806
|
+
DA:54,23
|
|
807
|
+
DA:62,23
|
|
808
|
+
DA:83,20
|
|
809
|
+
DA:85,13
|
|
810
|
+
DA:92,20
|
|
811
|
+
DA:94,10
|
|
812
|
+
DA:101,20
|
|
813
|
+
DA:103,19
|
|
814
|
+
DA:110,20
|
|
815
|
+
DA:112,10
|
|
816
|
+
DA:119,20
|
|
817
|
+
DA:121,4
|
|
818
|
+
DA:128,20
|
|
819
|
+
DA:130,19
|
|
820
|
+
DA:137,20
|
|
821
|
+
DA:142,20
|
|
822
|
+
DA:147,20
|
|
823
|
+
DA:154,20
|
|
824
|
+
DA:168,1
|
|
825
|
+
DA:172,20
|
|
826
|
+
DA:173,1
|
|
827
|
+
DA:179,1
|
|
828
|
+
DA:180,1
|
|
829
|
+
DA:184,2
|
|
830
|
+
DA:185,1
|
|
831
|
+
DA:187,2
|
|
832
|
+
DA:188,2
|
|
833
|
+
DA:192,2
|
|
834
|
+
DA:193,1
|
|
835
|
+
DA:195,2
|
|
836
|
+
DA:196,2
|
|
837
|
+
DA:200,1
|
|
838
|
+
DA:201,1
|
|
839
|
+
DA:205,1
|
|
840
|
+
DA:215,20
|
|
841
|
+
DA:216,20
|
|
842
|
+
DA:217,4
|
|
843
|
+
DA:220,20
|
|
844
|
+
DA:229,5
|
|
845
|
+
DA:231,20
|
|
846
|
+
DA:232,5
|
|
847
|
+
LF:55
|
|
848
|
+
LH:55
|
|
849
|
+
BRDA:47,0,0,23
|
|
850
|
+
BRDA:47,0,1,21
|
|
851
|
+
BRDA:48,1,0,23
|
|
852
|
+
BRDA:48,1,1,1
|
|
853
|
+
BRDA:52,2,0,21
|
|
854
|
+
BRDA:52,2,1,2
|
|
855
|
+
BRDA:52,3,0,23
|
|
856
|
+
BRDA:52,3,1,22
|
|
857
|
+
BRDA:85,4,0,13
|
|
858
|
+
BRDA:85,4,1,2
|
|
859
|
+
BRDA:184,5,0,1
|
|
860
|
+
BRDA:184,5,1,1
|
|
861
|
+
BRDA:192,6,0,1
|
|
862
|
+
BRDA:192,6,1,1
|
|
863
|
+
BRF:14
|
|
864
|
+
BRH:14
|
|
865
|
+
end_of_record
|
|
866
|
+
TN:
|
|
867
|
+
SF:src/http-controller/http-handler-support.factory.ts
|
|
868
|
+
FN:27,(anonymous_2)
|
|
869
|
+
FN:32,(anonymous_3)
|
|
870
|
+
FN:52,(anonymous_4)
|
|
871
|
+
FN:55,(anonymous_5)
|
|
872
|
+
FN:58,(anonymous_6)
|
|
873
|
+
FN:64,(anonymous_7)
|
|
874
|
+
FN:71,(anonymous_8)
|
|
875
|
+
FN:93,(anonymous_9)
|
|
876
|
+
FN:98,(anonymous_10)
|
|
877
|
+
FN:100,(anonymous_11)
|
|
878
|
+
FN:118,(anonymous_12)
|
|
879
|
+
FN:120,(anonymous_13)
|
|
880
|
+
FN:122,(anonymous_14)
|
|
881
|
+
FN:127,(anonymous_15)
|
|
882
|
+
FNF:14
|
|
883
|
+
FNH:14
|
|
884
|
+
FNDA:18,(anonymous_2)
|
|
885
|
+
FNDA:13,(anonymous_3)
|
|
886
|
+
FNDA:1,(anonymous_4)
|
|
887
|
+
FNDA:1,(anonymous_5)
|
|
888
|
+
FNDA:1,(anonymous_6)
|
|
889
|
+
FNDA:1,(anonymous_7)
|
|
890
|
+
FNDA:13,(anonymous_8)
|
|
891
|
+
FNDA:5,(anonymous_9)
|
|
892
|
+
FNDA:15,(anonymous_10)
|
|
893
|
+
FNDA:5,(anonymous_11)
|
|
894
|
+
FNDA:9,(anonymous_12)
|
|
895
|
+
FNDA:9,(anonymous_13)
|
|
896
|
+
FNDA:1,(anonymous_14)
|
|
897
|
+
FNDA:6,(anonymous_15)
|
|
898
|
+
DA:3,11
|
|
899
|
+
DA:4,11
|
|
900
|
+
DA:6,11
|
|
901
|
+
DA:9,11
|
|
902
|
+
DA:10,11
|
|
903
|
+
DA:11,11
|
|
904
|
+
DA:13,11
|
|
905
|
+
DA:26,11
|
|
906
|
+
DA:28,18
|
|
907
|
+
DA:29,18
|
|
908
|
+
DA:33,13
|
|
909
|
+
DA:34,10
|
|
910
|
+
DA:35,10
|
|
911
|
+
DA:36,12
|
|
912
|
+
DA:38,1
|
|
913
|
+
DA:39,1
|
|
914
|
+
DA:42,2
|
|
915
|
+
DA:43,2
|
|
916
|
+
DA:44,2
|
|
917
|
+
DA:45,2
|
|
918
|
+
DA:48,1
|
|
919
|
+
DA:49,1
|
|
920
|
+
DA:52,2
|
|
921
|
+
DA:53,2
|
|
922
|
+
DA:55,2
|
|
923
|
+
DA:56,2
|
|
924
|
+
DA:58,2
|
|
925
|
+
DA:59,2
|
|
926
|
+
DA:61,1
|
|
927
|
+
DA:62,1
|
|
928
|
+
DA:64,1
|
|
929
|
+
DA:65,1
|
|
930
|
+
DA:68,10
|
|
931
|
+
DA:72,13
|
|
932
|
+
DA:73,13
|
|
933
|
+
DA:74,13
|
|
934
|
+
DA:75,18
|
|
935
|
+
DA:76,4
|
|
936
|
+
DA:78,18
|
|
937
|
+
DA:79,5
|
|
938
|
+
DA:82,13
|
|
939
|
+
DA:83,1
|
|
940
|
+
DA:85,12
|
|
941
|
+
DA:86,1
|
|
942
|
+
DA:88,11
|
|
943
|
+
DA:89,1
|
|
944
|
+
DA:94,5
|
|
945
|
+
DA:98,15
|
|
946
|
+
DA:100,5
|
|
947
|
+
DA:102,5
|
|
948
|
+
DA:103,2
|
|
949
|
+
DA:104,1
|
|
950
|
+
DA:106,1
|
|
951
|
+
DA:109,3
|
|
952
|
+
DA:110,1
|
|
953
|
+
DA:114,2
|
|
954
|
+
DA:118,9
|
|
955
|
+
DA:120,9
|
|
956
|
+
DA:121,3
|
|
957
|
+
DA:122,1
|
|
958
|
+
DA:123,1
|
|
959
|
+
DA:127,2
|
|
960
|
+
DA:128,6
|
|
961
|
+
LF:63
|
|
962
|
+
LH:63
|
|
963
|
+
BRDA:36,0,0,1
|
|
964
|
+
BRDA:36,0,1,2
|
|
965
|
+
BRDA:36,0,2,1
|
|
966
|
+
BRDA:36,0,3,2
|
|
967
|
+
BRDA:36,0,4,2
|
|
968
|
+
BRDA:36,0,5,2
|
|
969
|
+
BRDA:36,0,6,1
|
|
970
|
+
BRDA:36,0,7,1
|
|
971
|
+
BRDA:43,1,0,2
|
|
972
|
+
BRDA:43,1,1,1
|
|
973
|
+
BRDA:75,2,0,4
|
|
974
|
+
BRDA:75,2,1,14
|
|
975
|
+
BRDA:78,3,0,5
|
|
976
|
+
BRDA:78,3,1,13
|
|
977
|
+
BRDA:82,4,0,1
|
|
978
|
+
BRDA:82,4,1,12
|
|
979
|
+
BRDA:85,5,0,1
|
|
980
|
+
BRDA:85,5,1,11
|
|
981
|
+
BRDA:88,6,0,1
|
|
982
|
+
BRDA:88,6,1,10
|
|
983
|
+
BRDA:88,7,0,11
|
|
984
|
+
BRDA:88,7,1,2
|
|
985
|
+
BRDA:102,8,0,2
|
|
986
|
+
BRDA:102,8,1,3
|
|
987
|
+
BRDA:103,9,0,1
|
|
988
|
+
BRDA:103,9,1,1
|
|
989
|
+
BRDA:109,10,0,1
|
|
990
|
+
BRDA:109,10,1,2
|
|
991
|
+
BRDA:121,11,0,1
|
|
992
|
+
BRDA:121,11,1,2
|
|
993
|
+
BRF:30
|
|
994
|
+
BRH:30
|
|
995
|
+
end_of_record
|
|
996
|
+
TN:
|
|
997
|
+
SF:src/http-controller/http-handler.factory.ts
|
|
998
|
+
FN:20,(anonymous_4)
|
|
999
|
+
FN:29,(anonymous_5)
|
|
1000
|
+
FN:39,(anonymous_6)
|
|
1001
|
+
FN:42,(anonymous_7)
|
|
1002
|
+
FNF:4
|
|
1003
|
+
FNH:4
|
|
1004
|
+
FNDA:5,(anonymous_4)
|
|
1005
|
+
FNDA:6,(anonymous_5)
|
|
1006
|
+
FNDA:5,(anonymous_6)
|
|
1007
|
+
FNDA:5,(anonymous_7)
|
|
1008
|
+
DA:3,10
|
|
1009
|
+
DA:4,10
|
|
1010
|
+
DA:5,10
|
|
1011
|
+
DA:6,10
|
|
1012
|
+
DA:7,10
|
|
1013
|
+
DA:8,10
|
|
1014
|
+
DA:9,10
|
|
1015
|
+
DA:10,10
|
|
1016
|
+
DA:12,10
|
|
1017
|
+
DA:17,10
|
|
1018
|
+
DA:22,5
|
|
1019
|
+
DA:23,5
|
|
1020
|
+
DA:24,5
|
|
1021
|
+
DA:26,5
|
|
1022
|
+
DA:33,6
|
|
1023
|
+
DA:34,6
|
|
1024
|
+
DA:35,6
|
|
1025
|
+
DA:36,6
|
|
1026
|
+
DA:37,6
|
|
1027
|
+
DA:38,6
|
|
1028
|
+
DA:39,6
|
|
1029
|
+
DA:40,5
|
|
1030
|
+
DA:43,5
|
|
1031
|
+
DA:54,5
|
|
1032
|
+
DA:57,5
|
|
1033
|
+
DA:61,5
|
|
1034
|
+
DA:62,5
|
|
1035
|
+
DA:63,4
|
|
1036
|
+
DA:64,4
|
|
1037
|
+
DA:65,4
|
|
1038
|
+
DA:68,4
|
|
1039
|
+
DA:69,2
|
|
1040
|
+
DA:70,2
|
|
1041
|
+
DA:71,2
|
|
1042
|
+
DA:74,2
|
|
1043
|
+
DA:78,3
|
|
1044
|
+
DA:79,2
|
|
1045
|
+
DA:83,2
|
|
1046
|
+
DA:85,1
|
|
1047
|
+
DA:90,1
|
|
1048
|
+
DA:95,3
|
|
1049
|
+
DA:98,3
|
|
1050
|
+
DA:102,5
|
|
1051
|
+
LF:43
|
|
1052
|
+
LH:43
|
|
1053
|
+
BRDA:78,0,0,2
|
|
1054
|
+
BRDA:78,0,1,1
|
|
1055
|
+
BRF:2
|
|
1056
|
+
BRH:2
|
|
1057
|
+
end_of_record
|
|
1058
|
+
TN:
|
|
1059
|
+
SF:src/http-controller/http-operations-registration.service.ts
|
|
1060
|
+
FN:23,(anonymous_4)
|
|
1061
|
+
FN:31,(anonymous_5)
|
|
1062
|
+
FN:67,(anonymous_6)
|
|
1063
|
+
FNF:3
|
|
1064
|
+
FNH:3
|
|
1065
|
+
FNDA:2,(anonymous_4)
|
|
1066
|
+
FNDA:2,(anonymous_5)
|
|
1067
|
+
FNDA:6,(anonymous_6)
|
|
1068
|
+
DA:1,11
|
|
1069
|
+
DA:2,11
|
|
1070
|
+
DA:3,11
|
|
1071
|
+
DA:4,11
|
|
1072
|
+
DA:5,11
|
|
1073
|
+
DA:6,11
|
|
1074
|
+
DA:20,11
|
|
1075
|
+
DA:25,2
|
|
1076
|
+
DA:26,2
|
|
1077
|
+
DA:28,2
|
|
1078
|
+
DA:32,2
|
|
1079
|
+
DA:33,2
|
|
1080
|
+
DA:34,2
|
|
1081
|
+
DA:35,2
|
|
1082
|
+
DA:39,2
|
|
1083
|
+
DA:40,2
|
|
1084
|
+
DA:41,6
|
|
1085
|
+
DA:42,5
|
|
1086
|
+
DA:43,3
|
|
1087
|
+
DA:45,2
|
|
1088
|
+
DA:46,2
|
|
1089
|
+
DA:47,2
|
|
1090
|
+
DA:55,2
|
|
1091
|
+
DA:56,2
|
|
1092
|
+
DA:57,2
|
|
1093
|
+
DA:64,1
|
|
1094
|
+
DA:71,6
|
|
1095
|
+
DA:72,6
|
|
1096
|
+
DA:75,2
|
|
1097
|
+
DA:76,1
|
|
1098
|
+
DA:78,1
|
|
1099
|
+
LF:31
|
|
1100
|
+
LH:31
|
|
1101
|
+
BRDA:42,0,0,3
|
|
1102
|
+
BRDA:42,0,1,2
|
|
1103
|
+
BRDA:45,1,0,2
|
|
1104
|
+
BRDA:45,1,1,1
|
|
1105
|
+
BRDA:46,2,0,2
|
|
1106
|
+
BRDA:46,2,1,1
|
|
1107
|
+
BRDA:75,3,0,1
|
|
1108
|
+
BRDA:75,3,1,1
|
|
1109
|
+
BRF:8
|
|
1110
|
+
BRH:8
|
|
1111
|
+
end_of_record
|
|
1112
|
+
TN:
|
|
1113
|
+
SF:src/http-controller/http-request-arg-provider.factory.ts
|
|
1114
|
+
FN:11,(anonymous_1)
|
|
1115
|
+
FN:12,(anonymous_2)
|
|
1116
|
+
FN:28,(anonymous_3)
|
|
1117
|
+
FN:32,(anonymous_4)
|
|
1118
|
+
FN:50,(anonymous_5)
|
|
1119
|
+
FN:51,(anonymous_6)
|
|
1120
|
+
FN:69,(anonymous_7)
|
|
1121
|
+
FN:74,(anonymous_8)
|
|
1122
|
+
FN:101,(anonymous_9)
|
|
1123
|
+
FN:118,(anonymous_10)
|
|
1124
|
+
FN:122,(anonymous_11)
|
|
1125
|
+
FN:141,(anonymous_12)
|
|
1126
|
+
FN:142,(anonymous_13)
|
|
1127
|
+
FN:145,(anonymous_14)
|
|
1128
|
+
FN:146,(anonymous_15)
|
|
1129
|
+
FN:155,(anonymous_16)
|
|
1130
|
+
FN:157,(anonymous_17)
|
|
1131
|
+
FN:162,(anonymous_18)
|
|
1132
|
+
FNF:18
|
|
1133
|
+
FNH:18
|
|
1134
|
+
FNDA:3,(anonymous_1)
|
|
1135
|
+
FNDA:3,(anonymous_2)
|
|
1136
|
+
FNDA:4,(anonymous_3)
|
|
1137
|
+
FNDA:4,(anonymous_4)
|
|
1138
|
+
FNDA:2,(anonymous_5)
|
|
1139
|
+
FNDA:2,(anonymous_6)
|
|
1140
|
+
FNDA:8,(anonymous_7)
|
|
1141
|
+
FNDA:8,(anonymous_8)
|
|
1142
|
+
FNDA:12,(anonymous_9)
|
|
1143
|
+
FNDA:12,(anonymous_10)
|
|
1144
|
+
FNDA:13,(anonymous_11)
|
|
1145
|
+
FNDA:2,(anonymous_12)
|
|
1146
|
+
FNDA:2,(anonymous_13)
|
|
1147
|
+
FNDA:4,(anonymous_14)
|
|
1148
|
+
FNDA:4,(anonymous_15)
|
|
1149
|
+
FNDA:4,(anonymous_16)
|
|
1150
|
+
FNDA:1,(anonymous_17)
|
|
1151
|
+
FNDA:2,(anonymous_18)
|
|
1152
|
+
DA:1,12
|
|
1153
|
+
DA:2,12
|
|
1154
|
+
DA:3,12
|
|
1155
|
+
DA:4,12
|
|
1156
|
+
DA:6,12
|
|
1157
|
+
DA:10,12
|
|
1158
|
+
DA:12,3
|
|
1159
|
+
DA:13,3
|
|
1160
|
+
DA:14,3
|
|
1161
|
+
DA:15,2
|
|
1162
|
+
DA:17,2
|
|
1163
|
+
DA:18,1
|
|
1164
|
+
DA:22,1
|
|
1165
|
+
DA:29,4
|
|
1166
|
+
DA:30,4
|
|
1167
|
+
DA:31,4
|
|
1168
|
+
DA:32,4
|
|
1169
|
+
DA:33,4
|
|
1170
|
+
DA:34,4
|
|
1171
|
+
DA:35,4
|
|
1172
|
+
DA:37,1
|
|
1173
|
+
DA:51,2
|
|
1174
|
+
DA:52,2
|
|
1175
|
+
DA:53,2
|
|
1176
|
+
DA:54,2
|
|
1177
|
+
DA:56,1
|
|
1178
|
+
DA:70,8
|
|
1179
|
+
DA:71,8
|
|
1180
|
+
DA:72,8
|
|
1181
|
+
DA:73,8
|
|
1182
|
+
DA:74,8
|
|
1183
|
+
DA:78,8
|
|
1184
|
+
DA:80,8
|
|
1185
|
+
DA:81,1
|
|
1186
|
+
DA:83,7
|
|
1187
|
+
DA:85,8
|
|
1188
|
+
DA:86,8
|
|
1189
|
+
DA:88,2
|
|
1190
|
+
DA:104,12
|
|
1191
|
+
DA:105,1
|
|
1192
|
+
DA:106,1
|
|
1193
|
+
DA:108,11
|
|
1194
|
+
DA:109,11
|
|
1195
|
+
DA:111,12
|
|
1196
|
+
DA:112,12
|
|
1197
|
+
DA:113,1
|
|
1198
|
+
DA:115,12
|
|
1199
|
+
DA:119,12
|
|
1200
|
+
DA:123,13
|
|
1201
|
+
DA:124,13
|
|
1202
|
+
DA:125,3
|
|
1203
|
+
DA:126,1
|
|
1204
|
+
DA:127,2
|
|
1205
|
+
DA:128,1
|
|
1206
|
+
DA:130,1
|
|
1207
|
+
DA:132,10
|
|
1208
|
+
DA:133,3
|
|
1209
|
+
DA:134,3
|
|
1210
|
+
DA:136,7
|
|
1211
|
+
DA:142,2
|
|
1212
|
+
DA:143,2
|
|
1213
|
+
DA:146,4
|
|
1214
|
+
DA:147,4
|
|
1215
|
+
DA:148,4
|
|
1216
|
+
DA:150,1
|
|
1217
|
+
DA:155,4
|
|
1218
|
+
DA:156,2
|
|
1219
|
+
DA:157,1
|
|
1220
|
+
DA:158,1
|
|
1221
|
+
DA:162,2
|
|
1222
|
+
LF:70
|
|
1223
|
+
LH:70
|
|
1224
|
+
BRDA:17,0,0,1
|
|
1225
|
+
BRDA:17,0,1,1
|
|
1226
|
+
BRDA:29,1,0,4
|
|
1227
|
+
BRDA:29,1,1,1
|
|
1228
|
+
BRDA:52,2,0,2
|
|
1229
|
+
BRDA:52,2,1,1
|
|
1230
|
+
BRDA:70,3,0,8
|
|
1231
|
+
BRDA:70,3,1,1
|
|
1232
|
+
BRDA:80,4,0,1
|
|
1233
|
+
BRDA:80,4,1,7
|
|
1234
|
+
BRDA:83,5,0,7
|
|
1235
|
+
BRDA:83,5,1,1
|
|
1236
|
+
BRDA:104,6,0,1
|
|
1237
|
+
BRDA:104,6,1,11
|
|
1238
|
+
BRDA:112,7,0,1
|
|
1239
|
+
BRDA:112,7,1,11
|
|
1240
|
+
BRDA:124,8,0,3
|
|
1241
|
+
BRDA:124,8,1,10
|
|
1242
|
+
BRDA:125,9,0,1
|
|
1243
|
+
BRDA:125,9,1,2
|
|
1244
|
+
BRDA:127,10,0,1
|
|
1245
|
+
BRDA:127,10,1,1
|
|
1246
|
+
BRDA:132,11,0,3
|
|
1247
|
+
BRDA:132,11,1,7
|
|
1248
|
+
BRDA:134,12,0,1
|
|
1249
|
+
BRDA:134,12,1,2
|
|
1250
|
+
BRDA:156,13,0,1
|
|
1251
|
+
BRDA:156,13,1,1
|
|
1252
|
+
BRF:28
|
|
1253
|
+
BRH:28
|
|
1254
|
+
end_of_record
|
|
1255
|
+
TN:
|
|
1256
|
+
SF:src/http-controller/http-response-processor.factory.ts
|
|
1257
|
+
FN:14,(anonymous_1)
|
|
1258
|
+
FN:16,(anonymous_2)
|
|
1259
|
+
FN:29,(anonymous_3)
|
|
1260
|
+
FN:32,(anonymous_4)
|
|
1261
|
+
FN:40,(anonymous_5)
|
|
1262
|
+
FN:48,(anonymous_6)
|
|
1263
|
+
FN:51,(anonymous_7)
|
|
1264
|
+
FN:60,(anonymous_8)
|
|
1265
|
+
FN:65,(anonymous_9)
|
|
1266
|
+
FNF:9
|
|
1267
|
+
FNH:9
|
|
1268
|
+
FNDA:4,(anonymous_1)
|
|
1269
|
+
FNDA:4,(anonymous_2)
|
|
1270
|
+
FNDA:3,(anonymous_3)
|
|
1271
|
+
FNDA:2,(anonymous_4)
|
|
1272
|
+
FNDA:2,(anonymous_5)
|
|
1273
|
+
FNDA:3,(anonymous_6)
|
|
1274
|
+
FNDA:2,(anonymous_7)
|
|
1275
|
+
FNDA:2,(anonymous_8)
|
|
1276
|
+
FNDA:2,(anonymous_9)
|
|
1277
|
+
DA:3,12
|
|
1278
|
+
DA:4,12
|
|
1279
|
+
DA:5,12
|
|
1280
|
+
DA:6,12
|
|
1281
|
+
DA:8,12
|
|
1282
|
+
DA:13,12
|
|
1283
|
+
DA:15,4
|
|
1284
|
+
DA:16,4
|
|
1285
|
+
DA:17,4
|
|
1286
|
+
DA:18,2
|
|
1287
|
+
DA:19,2
|
|
1288
|
+
DA:20,1
|
|
1289
|
+
DA:24,1
|
|
1290
|
+
DA:30,3
|
|
1291
|
+
DA:31,3
|
|
1292
|
+
DA:32,2
|
|
1293
|
+
DA:33,2
|
|
1294
|
+
DA:41,2
|
|
1295
|
+
DA:42,2
|
|
1296
|
+
DA:44,1
|
|
1297
|
+
DA:49,3
|
|
1298
|
+
DA:50,3
|
|
1299
|
+
DA:51,2
|
|
1300
|
+
DA:52,2
|
|
1301
|
+
DA:53,1
|
|
1302
|
+
DA:64,2
|
|
1303
|
+
DA:65,2
|
|
1304
|
+
DA:66,2
|
|
1305
|
+
DA:68,2
|
|
1306
|
+
DA:69,2
|
|
1307
|
+
DA:71,1
|
|
1308
|
+
LF:31
|
|
1309
|
+
LH:31
|
|
1310
|
+
BRDA:15,0,0,4
|
|
1311
|
+
BRDA:15,0,1,1
|
|
1312
|
+
BRDA:17,1,0,2
|
|
1313
|
+
BRDA:17,1,1,2
|
|
1314
|
+
BRDA:19,2,0,1
|
|
1315
|
+
BRDA:19,2,1,1
|
|
1316
|
+
BRDA:31,3,0,2
|
|
1317
|
+
BRDA:31,3,1,1
|
|
1318
|
+
BRDA:50,4,0,2
|
|
1319
|
+
BRDA:50,4,1,1
|
|
1320
|
+
BRF:10
|
|
1321
|
+
BRH:10
|
|
1322
|
+
end_of_record
|
|
1323
|
+
TN:
|
|
1324
|
+
SF:src/http-controller/index.ts
|
|
1325
|
+
FN:30,(anonymous_4)
|
|
1326
|
+
FNF:1
|
|
1327
|
+
FNH:1
|
|
1328
|
+
FNDA:17,(anonymous_4)
|
|
1329
|
+
DA:1,8
|
|
1330
|
+
DA:2,8
|
|
1331
|
+
DA:3,8
|
|
1332
|
+
DA:4,8
|
|
1333
|
+
DA:5,8
|
|
1334
|
+
DA:6,8
|
|
1335
|
+
DA:7,8
|
|
1336
|
+
DA:8,8
|
|
1337
|
+
DA:9,8
|
|
1338
|
+
DA:10,8
|
|
1339
|
+
DA:11,8
|
|
1340
|
+
DA:12,8
|
|
1341
|
+
DA:13,8
|
|
1342
|
+
DA:14,8
|
|
1343
|
+
DA:15,8
|
|
1344
|
+
DA:16,8
|
|
1345
|
+
DA:17,8
|
|
1346
|
+
DA:18,8
|
|
1347
|
+
DA:20,8
|
|
1348
|
+
DA:21,8
|
|
1349
|
+
DA:22,8
|
|
1350
|
+
DA:23,8
|
|
1351
|
+
DA:24,8
|
|
1352
|
+
DA:25,8
|
|
1353
|
+
DA:26,8
|
|
1354
|
+
DA:27,8
|
|
1355
|
+
DA:28,8
|
|
1356
|
+
DA:30,8
|
|
1357
|
+
DA:31,17
|
|
1358
|
+
DA:32,17
|
|
1359
|
+
DA:33,17
|
|
1360
|
+
DA:34,17
|
|
1361
|
+
DA:35,17
|
|
1362
|
+
DA:36,17
|
|
1363
|
+
DA:37,17
|
|
1364
|
+
DA:38,17
|
|
1365
|
+
DA:39,17
|
|
1366
|
+
DA:40,17
|
|
1367
|
+
DA:41,17
|
|
1368
|
+
DA:42,17
|
|
1369
|
+
DA:43,17
|
|
1370
|
+
DA:44,17
|
|
1371
|
+
DA:45,17
|
|
1372
|
+
DA:46,17
|
|
1373
|
+
LF:44
|
|
1374
|
+
LH:44
|
|
1375
|
+
BRF:0
|
|
1376
|
+
BRH:0
|
|
1377
|
+
end_of_record
|
|
1378
|
+
TN:
|
|
1379
|
+
SF:src/http-controller/open-api-definition.service.ts
|
|
1380
|
+
FN:37,(anonymous_4)
|
|
1381
|
+
FN:44,(anonymous_5)
|
|
1382
|
+
FN:62,(anonymous_6)
|
|
1383
|
+
FN:66,(anonymous_7)
|
|
1384
|
+
FN:71,(anonymous_8)
|
|
1385
|
+
FN:76,(anonymous_9)
|
|
1386
|
+
FN:85,(anonymous_10)
|
|
1387
|
+
FN:102,(anonymous_11)
|
|
1388
|
+
FN:111,(anonymous_12)
|
|
1389
|
+
FNF:9
|
|
1390
|
+
FNH:9
|
|
1391
|
+
FNDA:15,(anonymous_4)
|
|
1392
|
+
FNDA:32,(anonymous_5)
|
|
1393
|
+
FNDA:2,(anonymous_6)
|
|
1394
|
+
FNDA:3,(anonymous_7)
|
|
1395
|
+
FNDA:9,(anonymous_8)
|
|
1396
|
+
FNDA:15,(anonymous_9)
|
|
1397
|
+
FNDA:3,(anonymous_10)
|
|
1398
|
+
FNDA:4,(anonymous_11)
|
|
1399
|
+
FNDA:2,(anonymous_12)
|
|
1400
|
+
DA:1,14
|
|
1401
|
+
DA:3,14
|
|
1402
|
+
DA:4,14
|
|
1403
|
+
DA:6,14
|
|
1404
|
+
DA:9,14
|
|
1405
|
+
DA:17,14
|
|
1406
|
+
DA:19,14
|
|
1407
|
+
DA:20,14
|
|
1408
|
+
DA:33,14
|
|
1409
|
+
DA:35,15
|
|
1410
|
+
DA:38,15
|
|
1411
|
+
DA:39,15
|
|
1412
|
+
DA:41,15
|
|
1413
|
+
DA:45,32
|
|
1414
|
+
DA:46,1
|
|
1415
|
+
DA:48,31
|
|
1416
|
+
DA:49,31
|
|
1417
|
+
DA:50,31
|
|
1418
|
+
DA:54,5
|
|
1419
|
+
DA:55,1
|
|
1420
|
+
DA:58,31
|
|
1421
|
+
DA:59,31
|
|
1422
|
+
DA:63,2
|
|
1423
|
+
DA:67,3
|
|
1424
|
+
DA:68,2
|
|
1425
|
+
DA:72,9
|
|
1426
|
+
DA:73,8
|
|
1427
|
+
DA:78,15
|
|
1428
|
+
DA:79,15
|
|
1429
|
+
DA:80,3
|
|
1430
|
+
DA:82,12
|
|
1431
|
+
DA:86,3
|
|
1432
|
+
DA:87,2
|
|
1433
|
+
DA:88,2
|
|
1434
|
+
DA:89,1
|
|
1435
|
+
DA:98,2
|
|
1436
|
+
DA:99,2
|
|
1437
|
+
DA:103,4
|
|
1438
|
+
DA:104,4
|
|
1439
|
+
DA:105,3
|
|
1440
|
+
DA:106,3
|
|
1441
|
+
DA:108,4
|
|
1442
|
+
DA:118,2
|
|
1443
|
+
DA:119,2
|
|
1444
|
+
DA:122,2
|
|
1445
|
+
DA:123,2
|
|
1446
|
+
DA:124,2
|
|
1447
|
+
DA:125,2
|
|
1448
|
+
DA:126,2
|
|
1449
|
+
DA:139,2
|
|
1450
|
+
DA:151,2
|
|
1451
|
+
LF:51
|
|
1452
|
+
LH:51
|
|
1453
|
+
BRDA:45,0,0,1
|
|
1454
|
+
BRDA:45,0,1,31
|
|
1455
|
+
BRDA:49,1,0,31
|
|
1456
|
+
BRDA:49,1,1,30
|
|
1457
|
+
BRDA:78,2,0,4
|
|
1458
|
+
BRDA:78,2,1,11
|
|
1459
|
+
BRDA:79,3,0,3
|
|
1460
|
+
BRDA:79,3,1,12
|
|
1461
|
+
BRDA:88,4,0,1
|
|
1462
|
+
BRDA:88,4,1,1
|
|
1463
|
+
BRDA:104,5,0,3
|
|
1464
|
+
BRDA:104,5,1,1
|
|
1465
|
+
BRF:12
|
|
1466
|
+
BRH:12
|
|
1467
|
+
end_of_record
|
|
1468
|
+
TN:
|
|
1469
|
+
SF:src/http-controller/open-api-metadata.service.ts
|
|
1470
|
+
FN:18,(anonymous_1)
|
|
1471
|
+
FN:26,(anonymous_2)
|
|
1472
|
+
FN:69,(anonymous_3)
|
|
1473
|
+
FN:89,(anonymous_4)
|
|
1474
|
+
FNF:4
|
|
1475
|
+
FNH:4
|
|
1476
|
+
FNDA:4,(anonymous_1)
|
|
1477
|
+
FNDA:3,(anonymous_2)
|
|
1478
|
+
FNDA:5,(anonymous_3)
|
|
1479
|
+
FNDA:9,(anonymous_4)
|
|
1480
|
+
DA:2,15
|
|
1481
|
+
DA:3,15
|
|
1482
|
+
DA:10,15
|
|
1483
|
+
DA:17,15
|
|
1484
|
+
DA:22,4
|
|
1485
|
+
DA:23,4
|
|
1486
|
+
DA:27,3
|
|
1487
|
+
DA:28,3
|
|
1488
|
+
DA:29,3
|
|
1489
|
+
DA:30,3
|
|
1490
|
+
DA:31,3
|
|
1491
|
+
DA:32,36
|
|
1492
|
+
DA:34,6
|
|
1493
|
+
DA:35,6
|
|
1494
|
+
DA:37,6
|
|
1495
|
+
DA:38,6
|
|
1496
|
+
DA:40,9
|
|
1497
|
+
DA:41,9
|
|
1498
|
+
DA:43,3
|
|
1499
|
+
DA:52,3
|
|
1500
|
+
DA:57,12
|
|
1501
|
+
DA:61,3
|
|
1502
|
+
DA:70,5
|
|
1503
|
+
DA:71,5
|
|
1504
|
+
DA:72,5
|
|
1505
|
+
DA:73,4
|
|
1506
|
+
DA:74,4
|
|
1507
|
+
DA:80,5
|
|
1508
|
+
DA:90,9
|
|
1509
|
+
DA:91,9
|
|
1510
|
+
DA:92,3
|
|
1511
|
+
DA:94,9
|
|
1512
|
+
LF:32
|
|
1513
|
+
LH:32
|
|
1514
|
+
BRDA:22,0,0,4
|
|
1515
|
+
BRDA:22,0,1,2
|
|
1516
|
+
BRDA:22,1,0,4
|
|
1517
|
+
BRDA:22,1,1,2
|
|
1518
|
+
BRDA:23,2,0,3
|
|
1519
|
+
BRDA:23,2,1,1
|
|
1520
|
+
BRDA:32,3,0,6
|
|
1521
|
+
BRDA:32,3,1,6
|
|
1522
|
+
BRDA:32,3,2,9
|
|
1523
|
+
BRDA:32,3,3,3
|
|
1524
|
+
BRDA:32,3,4,3
|
|
1525
|
+
BRDA:32,3,5,6
|
|
1526
|
+
BRDA:32,3,6,9
|
|
1527
|
+
BRDA:32,3,7,12
|
|
1528
|
+
BRDA:34,4,0,6
|
|
1529
|
+
BRDA:34,4,1,3
|
|
1530
|
+
BRDA:37,5,0,6
|
|
1531
|
+
BRDA:37,5,1,3
|
|
1532
|
+
BRDA:72,6,0,4
|
|
1533
|
+
BRDA:72,6,1,1
|
|
1534
|
+
BRDA:73,7,0,4
|
|
1535
|
+
BRDA:73,7,1,1
|
|
1536
|
+
BRDA:76,8,0,3
|
|
1537
|
+
BRDA:76,8,1,1
|
|
1538
|
+
BRDA:80,9,0,4
|
|
1539
|
+
BRDA:80,9,1,1
|
|
1540
|
+
BRDA:91,10,0,3
|
|
1541
|
+
BRDA:91,10,1,6
|
|
1542
|
+
BRDA:94,11,0,9
|
|
1543
|
+
BRDA:94,11,1,3
|
|
1544
|
+
BRF:30
|
|
1545
|
+
BRH:30
|
|
1546
|
+
end_of_record
|
|
1547
|
+
TN:
|
|
1548
|
+
SF:src/http-controller/open-api-print.service.ts
|
|
1549
|
+
FN:13,(anonymous_4)
|
|
1550
|
+
FN:20,(anonymous_5)
|
|
1551
|
+
FNF:2
|
|
1552
|
+
FNH:2
|
|
1553
|
+
FNDA:5,(anonymous_4)
|
|
1554
|
+
FNDA:5,(anonymous_5)
|
|
1555
|
+
DA:1,9
|
|
1556
|
+
DA:2,9
|
|
1557
|
+
DA:3,9
|
|
1558
|
+
DA:4,9
|
|
1559
|
+
DA:5,9
|
|
1560
|
+
DA:6,9
|
|
1561
|
+
DA:7,9
|
|
1562
|
+
DA:10,9
|
|
1563
|
+
DA:14,5
|
|
1564
|
+
DA:17,5
|
|
1565
|
+
DA:21,5
|
|
1566
|
+
DA:22,5
|
|
1567
|
+
DA:24,5
|
|
1568
|
+
DA:25,5
|
|
1569
|
+
DA:29,5
|
|
1570
|
+
DA:32,5
|
|
1571
|
+
DA:33,4
|
|
1572
|
+
DA:35,5
|
|
1573
|
+
DA:36,10
|
|
1574
|
+
DA:37,10
|
|
1575
|
+
DA:38,10
|
|
1576
|
+
DA:39,9
|
|
1577
|
+
DA:40,9
|
|
1578
|
+
DA:41,9
|
|
1579
|
+
DA:42,9
|
|
1580
|
+
DA:43,9
|
|
1581
|
+
DA:45,1
|
|
1582
|
+
LF:27
|
|
1583
|
+
LH:27
|
|
1584
|
+
BRDA:24,0,0,5
|
|
1585
|
+
BRDA:24,0,1,4
|
|
1586
|
+
BRDA:32,1,0,4
|
|
1587
|
+
BRDA:32,1,1,1
|
|
1588
|
+
BRF:4
|
|
1589
|
+
BRH:4
|
|
1590
|
+
end_of_record
|
|
1591
|
+
TN:
|
|
1592
|
+
SF:src/http-controller/open-api-registration.service.ts
|
|
1593
|
+
FN:12,(anonymous_4)
|
|
1594
|
+
FN:21,(anonymous_5)
|
|
1595
|
+
FN:23,(anonymous_6)
|
|
1596
|
+
FN:32,(anonymous_7)
|
|
1597
|
+
FN:33,(anonymous_8)
|
|
1598
|
+
FN:39,(anonymous_9)
|
|
1599
|
+
FNF:6
|
|
1600
|
+
FNH:6
|
|
1601
|
+
FNDA:2,(anonymous_4)
|
|
1602
|
+
FNDA:2,(anonymous_5)
|
|
1603
|
+
FNDA:6,(anonymous_6)
|
|
1604
|
+
FNDA:4,(anonymous_7)
|
|
1605
|
+
FNDA:2,(anonymous_8)
|
|
1606
|
+
FNDA:4,(anonymous_9)
|
|
1607
|
+
DA:1,9
|
|
1608
|
+
DA:2,9
|
|
1609
|
+
DA:3,9
|
|
1610
|
+
DA:5,9
|
|
1611
|
+
DA:6,9
|
|
1612
|
+
DA:9,9
|
|
1613
|
+
DA:13,2
|
|
1614
|
+
DA:14,2
|
|
1615
|
+
DA:15,2
|
|
1616
|
+
DA:16,2
|
|
1617
|
+
DA:18,2
|
|
1618
|
+
DA:22,2
|
|
1619
|
+
DA:23,2
|
|
1620
|
+
DA:24,6
|
|
1621
|
+
DA:25,6
|
|
1622
|
+
DA:27,2
|
|
1623
|
+
DA:31,2
|
|
1624
|
+
DA:32,4
|
|
1625
|
+
DA:33,2
|
|
1626
|
+
DA:35,2
|
|
1627
|
+
DA:36,2
|
|
1628
|
+
DA:38,2
|
|
1629
|
+
DA:39,4
|
|
1630
|
+
DA:40,4
|
|
1631
|
+
DA:43,2
|
|
1632
|
+
LF:25
|
|
1633
|
+
LH:25
|
|
1634
|
+
BRDA:29,0,0,2
|
|
1635
|
+
BRDA:29,0,1,1
|
|
1636
|
+
BRDA:33,1,0,2
|
|
1637
|
+
BRDA:33,1,1,1
|
|
1638
|
+
BRDA:35,2,0,2
|
|
1639
|
+
BRDA:35,2,1,1
|
|
1640
|
+
BRF:6
|
|
1641
|
+
BRH:6
|
|
1642
|
+
end_of_record
|
|
1643
|
+
TN:
|
|
1644
|
+
SF:src/http-controller/swagger-handling.service.ts
|
|
1645
|
+
FN:13,(anonymous_4)
|
|
1646
|
+
FN:18,(anonymous_5)
|
|
1647
|
+
FN:33,(anonymous_6)
|
|
1648
|
+
FN:69,(anonymous_7)
|
|
1649
|
+
FN:70,(anonymous_8)
|
|
1650
|
+
FN:87,(anonymous_9)
|
|
1651
|
+
FN:123,(anonymous_10)
|
|
1652
|
+
FNF:7
|
|
1653
|
+
FNH:7
|
|
1654
|
+
FNDA:13,(anonymous_4)
|
|
1655
|
+
FNDA:8,(anonymous_5)
|
|
1656
|
+
FNDA:2,(anonymous_6)
|
|
1657
|
+
FNDA:3,(anonymous_7)
|
|
1658
|
+
FNDA:1,(anonymous_8)
|
|
1659
|
+
FNDA:5,(anonymous_9)
|
|
1660
|
+
FNDA:13,(anonymous_10)
|
|
1661
|
+
DA:2,9
|
|
1662
|
+
DA:3,9
|
|
1663
|
+
DA:4,9
|
|
1664
|
+
DA:5,9
|
|
1665
|
+
DA:6,9
|
|
1666
|
+
DA:8,9
|
|
1667
|
+
DA:9,9
|
|
1668
|
+
DA:12,9
|
|
1669
|
+
DA:14,13
|
|
1670
|
+
DA:15,13
|
|
1671
|
+
DA:19,8
|
|
1672
|
+
DA:20,8
|
|
1673
|
+
DA:21,8
|
|
1674
|
+
DA:22,3
|
|
1675
|
+
DA:23,3
|
|
1676
|
+
DA:30,5
|
|
1677
|
+
DA:31,2
|
|
1678
|
+
DA:32,2
|
|
1679
|
+
DA:33,2
|
|
1680
|
+
DA:37,2
|
|
1681
|
+
DA:57,2
|
|
1682
|
+
DA:65,3
|
|
1683
|
+
DA:70,3
|
|
1684
|
+
DA:71,3
|
|
1685
|
+
DA:72,1
|
|
1686
|
+
DA:77,2
|
|
1687
|
+
DA:78,2
|
|
1688
|
+
DA:88,5
|
|
1689
|
+
DA:89,5
|
|
1690
|
+
DA:90,5
|
|
1691
|
+
DA:91,5
|
|
1692
|
+
DA:92,5
|
|
1693
|
+
DA:93,5
|
|
1694
|
+
DA:94,5
|
|
1695
|
+
DA:95,2
|
|
1696
|
+
DA:101,3
|
|
1697
|
+
DA:102,3
|
|
1698
|
+
DA:103,3
|
|
1699
|
+
DA:105,2
|
|
1700
|
+
DA:106,1
|
|
1701
|
+
DA:111,1
|
|
1702
|
+
DA:117,1
|
|
1703
|
+
DA:124,13
|
|
1704
|
+
LF:43
|
|
1705
|
+
LH:43
|
|
1706
|
+
BRDA:21,0,0,3
|
|
1707
|
+
BRDA:21,0,1,5
|
|
1708
|
+
BRDA:22,1,0,1
|
|
1709
|
+
BRDA:22,1,1,2
|
|
1710
|
+
BRDA:30,2,0,2
|
|
1711
|
+
BRDA:30,2,1,3
|
|
1712
|
+
BRDA:32,3,0,2
|
|
1713
|
+
BRDA:32,3,1,1
|
|
1714
|
+
BRDA:71,4,0,1
|
|
1715
|
+
BRDA:71,4,1,2
|
|
1716
|
+
BRDA:82,5,0,2
|
|
1717
|
+
BRDA:82,5,1,1
|
|
1718
|
+
BRDA:94,6,0,2
|
|
1719
|
+
BRDA:94,6,1,3
|
|
1720
|
+
BRDA:94,7,0,5
|
|
1721
|
+
BRDA:94,7,1,4
|
|
1722
|
+
BRDA:94,7,2,3
|
|
1723
|
+
BRDA:105,8,0,1
|
|
1724
|
+
BRDA:105,8,1,1
|
|
1725
|
+
BRDA:124,9,0,13
|
|
1726
|
+
BRDA:124,9,1,1
|
|
1727
|
+
BRF:21
|
|
1728
|
+
BRH:21
|
|
1729
|
+
end_of_record
|
|
1730
|
+
TN:
|
|
1731
|
+
SF:src/http-controller/decorators/decorators.model.ts
|
|
1732
|
+
FNF:0
|
|
1733
|
+
FNH:0
|
|
1734
|
+
DA:21,13
|
|
1735
|
+
LF:1
|
|
1736
|
+
LH:1
|
|
1737
|
+
BRF:0
|
|
1738
|
+
BRH:0
|
|
1739
|
+
end_of_record
|
|
1740
|
+
TN:
|
|
1741
|
+
SF:src/http-controller/decorators/decorators.ts
|
|
1742
|
+
FN:61,HttpController
|
|
1743
|
+
FN:62,(anonymous_1)
|
|
1744
|
+
FN:98,Get
|
|
1745
|
+
FN:108,Head
|
|
1746
|
+
FN:145,Delete
|
|
1747
|
+
FN:172,Post
|
|
1748
|
+
FN:216,Put
|
|
1749
|
+
FN:259,Patch
|
|
1750
|
+
FN:263,provideControllerOperationDecorator
|
|
1751
|
+
FN:264,(anonymous_9)
|
|
1752
|
+
FN:303,Body
|
|
1753
|
+
FN:349,PathParam
|
|
1754
|
+
FN:393,QueryParam
|
|
1755
|
+
FN:437,HeaderParam
|
|
1756
|
+
FN:470,Request
|
|
1757
|
+
FN:504,AuthCtx
|
|
1758
|
+
FN:510,adjustOperationMetadata
|
|
1759
|
+
FN:514,getCommonArg
|
|
1760
|
+
FNF:18
|
|
1761
|
+
FNH:18
|
|
1762
|
+
FNDA:1,HttpController
|
|
1763
|
+
FNDA:1,(anonymous_1)
|
|
1764
|
+
FNDA:2,Get
|
|
1765
|
+
FNDA:1,Head
|
|
1766
|
+
FNDA:1,Delete
|
|
1767
|
+
FNDA:1,Post
|
|
1768
|
+
FNDA:1,Put
|
|
1769
|
+
FNDA:1,Patch
|
|
1770
|
+
FNDA:7,provideControllerOperationDecorator
|
|
1771
|
+
FNDA:7,(anonymous_9)
|
|
1772
|
+
FNDA:1,Body
|
|
1773
|
+
FNDA:1,PathParam
|
|
1774
|
+
FNDA:1,QueryParam
|
|
1775
|
+
FNDA:1,HeaderParam
|
|
1776
|
+
FNDA:2,Request
|
|
1777
|
+
FNDA:3,AuthCtx
|
|
1778
|
+
FNDA:9,adjustOperationMetadata
|
|
1779
|
+
FNDA:10,getCommonArg
|
|
1780
|
+
DA:1,13
|
|
1781
|
+
DA:2,13
|
|
1782
|
+
DA:3,13
|
|
1783
|
+
DA:61,13
|
|
1784
|
+
DA:62,1
|
|
1785
|
+
DA:63,1
|
|
1786
|
+
DA:67,1
|
|
1787
|
+
DA:68,1
|
|
1788
|
+
DA:98,13
|
|
1789
|
+
DA:99,2
|
|
1790
|
+
DA:108,13
|
|
1791
|
+
DA:109,1
|
|
1792
|
+
DA:145,13
|
|
1793
|
+
DA:146,1
|
|
1794
|
+
DA:172,13
|
|
1795
|
+
DA:173,1
|
|
1796
|
+
DA:216,13
|
|
1797
|
+
DA:217,1
|
|
1798
|
+
DA:259,13
|
|
1799
|
+
DA:260,1
|
|
1800
|
+
DA:264,7
|
|
1801
|
+
DA:265,7
|
|
1802
|
+
DA:269,7
|
|
1803
|
+
DA:270,7
|
|
1804
|
+
DA:275,7
|
|
1805
|
+
DA:303,13
|
|
1806
|
+
DA:304,1
|
|
1807
|
+
DA:349,13
|
|
1808
|
+
DA:350,1
|
|
1809
|
+
DA:393,13
|
|
1810
|
+
DA:394,1
|
|
1811
|
+
DA:437,13
|
|
1812
|
+
DA:438,1
|
|
1813
|
+
DA:470,13
|
|
1814
|
+
DA:471,2
|
|
1815
|
+
DA:504,13
|
|
1816
|
+
DA:505,3
|
|
1817
|
+
DA:511,9
|
|
1818
|
+
DA:515,10
|
|
1819
|
+
LF:39
|
|
1820
|
+
LH:39
|
|
1821
|
+
BRDA:269,0,0,7
|
|
1822
|
+
BRDA:269,0,1,1
|
|
1823
|
+
BRF:2
|
|
1824
|
+
BRH:2
|
|
1825
|
+
end_of_record
|
|
1826
|
+
TN:
|
|
1827
|
+
SF:src/http-controller/decorators/index.ts
|
|
1828
|
+
FNF:0
|
|
1829
|
+
FNH:0
|
|
1830
|
+
DA:1,12
|
|
1831
|
+
DA:2,12
|
|
1832
|
+
DA:3,12
|
|
1833
|
+
LF:3
|
|
1834
|
+
LH:3
|
|
1835
|
+
BRF:0
|
|
1836
|
+
BRH:0
|
|
1837
|
+
end_of_record
|
|
1838
|
+
TN:
|
|
1839
|
+
SF:src/http-controller/security/authentication-service.ts
|
|
1840
|
+
FNF:0
|
|
1841
|
+
FNH:0
|
|
1842
|
+
DA:3,10
|
|
1843
|
+
DA:9,10
|
|
1844
|
+
DA:10,10
|
|
1845
|
+
LF:3
|
|
1846
|
+
LH:3
|
|
1847
|
+
BRF:0
|
|
1848
|
+
BRH:0
|
|
1849
|
+
end_of_record
|
|
1850
|
+
TN:
|
|
1851
|
+
SF:src/http-controller/security/authenticator.provider.ts
|
|
1852
|
+
FN:67,(anonymous_4)
|
|
1853
|
+
FN:75,(anonymous_5)
|
|
1854
|
+
FN:91,(anonymous_6)
|
|
1855
|
+
FN:96,(anonymous_7)
|
|
1856
|
+
FN:118,(anonymous_8)
|
|
1857
|
+
FN:128,(anonymous_9)
|
|
1858
|
+
FN:151,(anonymous_10)
|
|
1859
|
+
FN:160,(anonymous_11)
|
|
1860
|
+
FN:205,(anonymous_12)
|
|
1861
|
+
FN:207,(anonymous_13)
|
|
1862
|
+
FN:233,(anonymous_14)
|
|
1863
|
+
FNF:11
|
|
1864
|
+
FNH:11
|
|
1865
|
+
FNDA:7,(anonymous_4)
|
|
1866
|
+
FNDA:7,(anonymous_5)
|
|
1867
|
+
FNDA:5,(anonymous_6)
|
|
1868
|
+
FNDA:5,(anonymous_7)
|
|
1869
|
+
FNDA:14,(anonymous_8)
|
|
1870
|
+
FNDA:4,(anonymous_9)
|
|
1871
|
+
FNDA:14,(anonymous_10)
|
|
1872
|
+
FNDA:13,(anonymous_11)
|
|
1873
|
+
FNDA:6,(anonymous_12)
|
|
1874
|
+
FNDA:12,(anonymous_13)
|
|
1875
|
+
FNDA:2,(anonymous_14)
|
|
1876
|
+
DA:2,10
|
|
1877
|
+
DA:3,10
|
|
1878
|
+
DA:4,10
|
|
1879
|
+
DA:5,10
|
|
1880
|
+
DA:7,10
|
|
1881
|
+
DA:12,10
|
|
1882
|
+
DA:64,10
|
|
1883
|
+
DA:69,7
|
|
1884
|
+
DA:70,7
|
|
1885
|
+
DA:72,7
|
|
1886
|
+
DA:76,7
|
|
1887
|
+
DA:77,7
|
|
1888
|
+
DA:78,7
|
|
1889
|
+
DA:79,1
|
|
1890
|
+
DA:80,1
|
|
1891
|
+
DA:83,1
|
|
1892
|
+
DA:85,6
|
|
1893
|
+
DA:86,6
|
|
1894
|
+
DA:91,6
|
|
1895
|
+
DA:92,5
|
|
1896
|
+
DA:101,5
|
|
1897
|
+
DA:102,5
|
|
1898
|
+
DA:108,5
|
|
1899
|
+
DA:112,5
|
|
1900
|
+
DA:114,5
|
|
1901
|
+
DA:115,9
|
|
1902
|
+
DA:116,7
|
|
1903
|
+
DA:119,14
|
|
1904
|
+
DA:123,6
|
|
1905
|
+
DA:124,6
|
|
1906
|
+
DA:126,2
|
|
1907
|
+
DA:128,4
|
|
1908
|
+
DA:135,4
|
|
1909
|
+
DA:139,4
|
|
1910
|
+
DA:141,1
|
|
1911
|
+
DA:142,1
|
|
1912
|
+
DA:143,1
|
|
1913
|
+
DA:145,1
|
|
1914
|
+
DA:147,2
|
|
1915
|
+
DA:157,14
|
|
1916
|
+
DA:158,14
|
|
1917
|
+
DA:159,14
|
|
1918
|
+
DA:160,13
|
|
1919
|
+
DA:161,3
|
|
1920
|
+
DA:170,3
|
|
1921
|
+
DA:182,7
|
|
1922
|
+
DA:189,4
|
|
1923
|
+
DA:190,3
|
|
1924
|
+
DA:195,3
|
|
1925
|
+
DA:201,1
|
|
1926
|
+
DA:206,6
|
|
1927
|
+
DA:208,12
|
|
1928
|
+
DA:210,7
|
|
1929
|
+
DA:211,7
|
|
1930
|
+
DA:213,2
|
|
1931
|
+
DA:214,2
|
|
1932
|
+
DA:216,3
|
|
1933
|
+
DA:217,3
|
|
1934
|
+
DA:219,12
|
|
1935
|
+
DA:227,6
|
|
1936
|
+
DA:228,2
|
|
1937
|
+
DA:229,4
|
|
1938
|
+
DA:230,3
|
|
1939
|
+
DA:232,1
|
|
1940
|
+
DA:233,2
|
|
1941
|
+
DA:235,1
|
|
1942
|
+
LF:66
|
|
1943
|
+
LH:66
|
|
1944
|
+
BRDA:78,0,0,1
|
|
1945
|
+
BRDA:78,0,1,6
|
|
1946
|
+
BRDA:115,1,0,7
|
|
1947
|
+
BRDA:115,1,1,2
|
|
1948
|
+
BRDA:139,2,0,1
|
|
1949
|
+
BRDA:139,2,1,1
|
|
1950
|
+
BRDA:139,2,2,2
|
|
1951
|
+
BRDA:160,3,0,3
|
|
1952
|
+
BRDA:160,3,1,7
|
|
1953
|
+
BRDA:189,4,0,3
|
|
1954
|
+
BRDA:189,4,1,1
|
|
1955
|
+
BRDA:208,5,0,7
|
|
1956
|
+
BRDA:208,5,1,2
|
|
1957
|
+
BRDA:208,5,2,3
|
|
1958
|
+
BRDA:227,6,0,2
|
|
1959
|
+
BRDA:227,6,1,4
|
|
1960
|
+
BRDA:229,7,0,3
|
|
1961
|
+
BRDA:229,7,1,1
|
|
1962
|
+
BRF:18
|
|
1963
|
+
BRH:18
|
|
1964
|
+
end_of_record
|
|
1965
|
+
TN:
|
|
1966
|
+
SF:src/http-controller/security/bearer-security-authentication.service.ts
|
|
1967
|
+
FN:7,(anonymous_0)
|
|
1968
|
+
FN:9,(anonymous_1)
|
|
1969
|
+
FNF:2
|
|
1970
|
+
FNH:2
|
|
1971
|
+
FNDA:3,(anonymous_0)
|
|
1972
|
+
FNDA:3,(anonymous_1)
|
|
1973
|
+
DA:2,9
|
|
1974
|
+
DA:6,9
|
|
1975
|
+
DA:7,3
|
|
1976
|
+
DA:10,3
|
|
1977
|
+
DA:11,3
|
|
1978
|
+
DA:12,2
|
|
1979
|
+
DA:14,1
|
|
1980
|
+
LF:7
|
|
1981
|
+
LH:7
|
|
1982
|
+
BRDA:10,0,0,3
|
|
1983
|
+
BRDA:10,0,1,1
|
|
1984
|
+
BRDA:11,1,0,2
|
|
1985
|
+
BRDA:11,1,1,1
|
|
1986
|
+
BRDA:11,2,0,3
|
|
1987
|
+
BRDA:11,2,1,1
|
|
1988
|
+
BRF:6
|
|
1989
|
+
BRH:6
|
|
1990
|
+
end_of_record
|
|
1991
|
+
TN:
|
|
1992
|
+
SF:src/http-controller/security/index.ts
|
|
1993
|
+
FNF:0
|
|
1994
|
+
FNH:0
|
|
1995
|
+
DA:1,8
|
|
1996
|
+
DA:2,8
|
|
1997
|
+
DA:3,8
|
|
1998
|
+
LF:3
|
|
1999
|
+
LH:3
|
|
2000
|
+
BRF:0
|
|
2001
|
+
BRH:0
|
|
2002
|
+
end_of_record
|
|
2003
|
+
TN:
|
|
2004
|
+
SF:src/http-controller/security/operation-authentication.resolver.ts
|
|
2005
|
+
FN:22,(anonymous_4)
|
|
2006
|
+
FN:29,(anonymous_5)
|
|
2007
|
+
FN:56,(anonymous_6)
|
|
2008
|
+
FN:62,(anonymous_7)
|
|
2009
|
+
FN:63,(anonymous_8)
|
|
2010
|
+
FN:100,(anonymous_9)
|
|
2011
|
+
FN:102,(anonymous_10)
|
|
2012
|
+
FNF:7
|
|
2013
|
+
FNH:7
|
|
2014
|
+
FNDA:8,(anonymous_4)
|
|
2015
|
+
FNDA:7,(anonymous_5)
|
|
2016
|
+
FNDA:7,(anonymous_6)
|
|
2017
|
+
FNDA:6,(anonymous_7)
|
|
2018
|
+
FNDA:9,(anonymous_8)
|
|
2019
|
+
FNDA:1,(anonymous_9)
|
|
2020
|
+
FNDA:1,(anonymous_10)
|
|
2021
|
+
DA:2,10
|
|
2022
|
+
DA:3,10
|
|
2023
|
+
DA:5,10
|
|
2024
|
+
DA:6,10
|
|
2025
|
+
DA:8,10
|
|
2026
|
+
DA:19,10
|
|
2027
|
+
DA:24,8
|
|
2028
|
+
DA:26,8
|
|
2029
|
+
DA:30,7
|
|
2030
|
+
DA:31,7
|
|
2031
|
+
DA:32,7
|
|
2032
|
+
DA:33,4
|
|
2033
|
+
DA:36,4
|
|
2034
|
+
DA:37,3
|
|
2035
|
+
DA:38,2
|
|
2036
|
+
DA:45,2
|
|
2037
|
+
DA:47,1
|
|
2038
|
+
DA:51,1
|
|
2039
|
+
DA:53,7
|
|
2040
|
+
DA:61,7
|
|
2041
|
+
DA:62,7
|
|
2042
|
+
DA:63,6
|
|
2043
|
+
DA:64,9
|
|
2044
|
+
DA:65,9
|
|
2045
|
+
DA:66,1
|
|
2046
|
+
DA:78,8
|
|
2047
|
+
DA:86,8
|
|
2048
|
+
DA:87,1
|
|
2049
|
+
DA:91,7
|
|
2050
|
+
DA:95,7
|
|
2051
|
+
DA:101,1
|
|
2052
|
+
DA:102,1
|
|
2053
|
+
DA:103,1
|
|
2054
|
+
DA:104,1
|
|
2055
|
+
LF:34
|
|
2056
|
+
LH:34
|
|
2057
|
+
BRDA:32,0,0,4
|
|
2058
|
+
BRDA:32,0,1,3
|
|
2059
|
+
BRDA:37,1,0,2
|
|
2060
|
+
BRDA:37,1,1,1
|
|
2061
|
+
BRDA:61,2,0,7
|
|
2062
|
+
BRDA:61,2,1,3
|
|
2063
|
+
BRDA:65,3,0,1
|
|
2064
|
+
BRDA:65,3,1,8
|
|
2065
|
+
BRDA:86,4,0,1
|
|
2066
|
+
BRDA:86,4,1,7
|
|
2067
|
+
BRF:10
|
|
2068
|
+
BRH:10
|
|
2069
|
+
end_of_record
|
|
2070
|
+
TN:
|
|
2071
|
+
SF:src/http-controller/security/principal-merge.service.ts
|
|
2072
|
+
FN:16,(anonymous_4)
|
|
2073
|
+
FN:23,(anonymous_5)
|
|
2074
|
+
FNF:2
|
|
2075
|
+
FNH:2
|
|
2076
|
+
FNDA:2,(anonymous_4)
|
|
2077
|
+
FNDA:2,(anonymous_5)
|
|
2078
|
+
DA:1,11
|
|
2079
|
+
DA:3,11
|
|
2080
|
+
DA:4,11
|
|
2081
|
+
DA:6,11
|
|
2082
|
+
DA:13,11
|
|
2083
|
+
DA:20,2
|
|
2084
|
+
DA:24,2
|
|
2085
|
+
LF:7
|
|
2086
|
+
LH:7
|
|
2087
|
+
BRDA:20,0,0,2
|
|
2088
|
+
BRDA:20,0,1,1
|
|
2089
|
+
BRF:2
|
|
2090
|
+
BRH:2
|
|
2091
|
+
end_of_record
|
|
2092
|
+
TN:
|
|
2093
|
+
SF:src/http-controller/security/strict-principal-merge.servce.ts
|
|
2094
|
+
FN:7,(anonymous_1)
|
|
2095
|
+
FN:19,(anonymous_2)
|
|
2096
|
+
FNF:2
|
|
2097
|
+
FNH:2
|
|
2098
|
+
FNDA:4,(anonymous_1)
|
|
2099
|
+
FNDA:8,(anonymous_2)
|
|
2100
|
+
DA:1,12
|
|
2101
|
+
DA:2,12
|
|
2102
|
+
DA:6,12
|
|
2103
|
+
DA:8,4
|
|
2104
|
+
DA:9,4
|
|
2105
|
+
DA:10,4
|
|
2106
|
+
DA:11,6
|
|
2107
|
+
DA:12,2
|
|
2108
|
+
DA:19,8
|
|
2109
|
+
DA:21,2
|
|
2110
|
+
LF:10
|
|
2111
|
+
LH:10
|
|
2112
|
+
BRDA:8,0,0,4
|
|
2113
|
+
BRDA:8,0,1,1
|
|
2114
|
+
BRDA:9,1,0,4
|
|
2115
|
+
BRDA:9,1,1,1
|
|
2116
|
+
BRDA:11,2,0,2
|
|
2117
|
+
BRDA:11,2,1,4
|
|
2118
|
+
BRDA:11,3,0,6
|
|
2119
|
+
BRDA:11,3,1,5
|
|
2120
|
+
BRF:8
|
|
2121
|
+
BRH:8
|
|
2122
|
+
end_of_record
|
|
2123
|
+
TN:
|
|
2124
|
+
SF:src/logger/bindings.ts
|
|
2125
|
+
FN:17,bindWinstonLogger
|
|
2126
|
+
FN:27,bindLoggerFactory
|
|
2127
|
+
FN:30,(anonymous_2)
|
|
2128
|
+
FN:46,bindOtelLoggerProvider
|
|
2129
|
+
FNF:4
|
|
2130
|
+
FNH:4
|
|
2131
|
+
FNDA:1,bindWinstonLogger
|
|
2132
|
+
FNDA:3,bindLoggerFactory
|
|
2133
|
+
FNDA:3,(anonymous_2)
|
|
2134
|
+
FNDA:1,bindOtelLoggerProvider
|
|
2135
|
+
DA:1,24
|
|
2136
|
+
DA:2,24
|
|
2137
|
+
DA:3,24
|
|
2138
|
+
DA:4,24
|
|
2139
|
+
DA:6,24
|
|
2140
|
+
DA:7,24
|
|
2141
|
+
DA:8,24
|
|
2142
|
+
DA:17,24
|
|
2143
|
+
DA:18,1
|
|
2144
|
+
DA:19,1
|
|
2145
|
+
DA:27,24
|
|
2146
|
+
DA:28,3
|
|
2147
|
+
DA:29,3
|
|
2148
|
+
DA:30,3
|
|
2149
|
+
DA:31,3
|
|
2150
|
+
DA:32,3
|
|
2151
|
+
DA:33,1
|
|
2152
|
+
DA:35,2
|
|
2153
|
+
DA:36,1
|
|
2154
|
+
DA:37,1
|
|
2155
|
+
DA:38,1
|
|
2156
|
+
DA:39,1
|
|
2157
|
+
DA:40,1
|
|
2158
|
+
DA:42,2
|
|
2159
|
+
DA:46,24
|
|
2160
|
+
DA:47,1
|
|
2161
|
+
DA:48,1
|
|
2162
|
+
LF:27
|
|
2163
|
+
LH:27
|
|
2164
|
+
BRDA:32,0,0,1
|
|
2165
|
+
BRDA:32,0,1,2
|
|
2166
|
+
BRDA:35,1,0,1
|
|
2167
|
+
BRDA:35,1,1,1
|
|
2168
|
+
BRDA:42,2,0,2
|
|
2169
|
+
BRDA:42,2,1,1
|
|
2170
|
+
BRF:6
|
|
2171
|
+
BRH:6
|
|
2172
|
+
end_of_record
|
|
2173
|
+
TN:
|
|
2174
|
+
SF:src/logger/index.ts
|
|
2175
|
+
FN:13,provideLoggerModule
|
|
2176
|
+
FN:14,(anonymous_5)
|
|
2177
|
+
FN:17,(anonymous_6)
|
|
2178
|
+
FN:18,(anonymous_7)
|
|
2179
|
+
FN:23,(anonymous_8)
|
|
2180
|
+
FNF:5
|
|
2181
|
+
FNH:5
|
|
2182
|
+
FNDA:10,provideLoggerModule
|
|
2183
|
+
FNDA:10,(anonymous_5)
|
|
2184
|
+
FNDA:1,(anonymous_6)
|
|
2185
|
+
FNDA:1,(anonymous_7)
|
|
2186
|
+
FNDA:1,(anonymous_8)
|
|
2187
|
+
DA:1,24
|
|
2188
|
+
DA:2,24
|
|
2189
|
+
DA:3,24
|
|
2190
|
+
DA:4,24
|
|
2191
|
+
DA:5,24
|
|
2192
|
+
DA:6,24
|
|
2193
|
+
DA:7,24
|
|
2194
|
+
DA:9,24
|
|
2195
|
+
DA:10,24
|
|
2196
|
+
DA:11,24
|
|
2197
|
+
DA:13,24
|
|
2198
|
+
DA:14,10
|
|
2199
|
+
DA:15,10
|
|
2200
|
+
DA:16,10
|
|
2201
|
+
DA:17,10
|
|
2202
|
+
DA:18,10
|
|
2203
|
+
DA:19,10
|
|
2204
|
+
DA:20,10
|
|
2205
|
+
DA:21,3
|
|
2206
|
+
DA:22,3
|
|
2207
|
+
DA:23,3
|
|
2208
|
+
LF:21
|
|
2209
|
+
LH:21
|
|
2210
|
+
BRDA:19,0,0,10
|
|
2211
|
+
BRDA:19,0,1,9
|
|
2212
|
+
BRDA:20,1,0,3
|
|
2213
|
+
BRDA:20,1,1,7
|
|
2214
|
+
BRF:4
|
|
2215
|
+
BRH:4
|
|
2216
|
+
end_of_record
|
|
2217
|
+
TN:
|
|
2218
|
+
SF:src/logger/log-level.service.ts
|
|
2219
|
+
FN:6,(anonymous_4)
|
|
2220
|
+
FN:11,(anonymous_5)
|
|
2221
|
+
FNF:2
|
|
2222
|
+
FNH:2
|
|
2223
|
+
FNDA:3,(anonymous_4)
|
|
2224
|
+
FNDA:3,(anonymous_5)
|
|
2225
|
+
DA:1,29
|
|
2226
|
+
DA:2,29
|
|
2227
|
+
DA:5,29
|
|
2228
|
+
DA:7,3
|
|
2229
|
+
DA:8,3
|
|
2230
|
+
DA:12,3
|
|
2231
|
+
LF:6
|
|
2232
|
+
LH:6
|
|
2233
|
+
BRDA:12,0,0,3
|
|
2234
|
+
BRDA:12,0,1,2
|
|
2235
|
+
BRF:2
|
|
2236
|
+
BRH:2
|
|
2237
|
+
end_of_record
|
|
2238
|
+
TN:
|
|
2239
|
+
SF:src/logger/log-transport.service.ts
|
|
2240
|
+
FN:17,isLogLevel
|
|
2241
|
+
FN:69,(anonymous_5)
|
|
2242
|
+
FN:83,(anonymous_6)
|
|
2243
|
+
FN:84,(anonymous_7)
|
|
2244
|
+
FN:104,(anonymous_8)
|
|
2245
|
+
FN:122,(anonymous_9)
|
|
2246
|
+
FN:146,(anonymous_10)
|
|
2247
|
+
FNF:7
|
|
2248
|
+
FNH:7
|
|
2249
|
+
FNDA:27,isLogLevel
|
|
2250
|
+
FNDA:27,(anonymous_5)
|
|
2251
|
+
FNDA:27,(anonymous_6)
|
|
2252
|
+
FNDA:25,(anonymous_7)
|
|
2253
|
+
FNDA:24,(anonymous_8)
|
|
2254
|
+
FNDA:24,(anonymous_9)
|
|
2255
|
+
FNDA:24,(anonymous_10)
|
|
2256
|
+
DA:2,28
|
|
2257
|
+
DA:3,28
|
|
2258
|
+
DA:4,28
|
|
2259
|
+
DA:5,28
|
|
2260
|
+
DA:6,28
|
|
2261
|
+
DA:14,28
|
|
2262
|
+
DA:15,28
|
|
2263
|
+
DA:18,27
|
|
2264
|
+
DA:22,28
|
|
2265
|
+
DA:32,28
|
|
2266
|
+
DA:68,28
|
|
2267
|
+
DA:71,27
|
|
2268
|
+
DA:73,27
|
|
2269
|
+
DA:76,27
|
|
2270
|
+
DA:77,27
|
|
2271
|
+
DA:79,27
|
|
2272
|
+
DA:84,27
|
|
2273
|
+
DA:85,25
|
|
2274
|
+
DA:90,27
|
|
2275
|
+
DA:91,27
|
|
2276
|
+
DA:92,27
|
|
2277
|
+
DA:94,27
|
|
2278
|
+
DA:95,24
|
|
2279
|
+
DA:101,27
|
|
2280
|
+
DA:105,24
|
|
2281
|
+
DA:106,24
|
|
2282
|
+
DA:107,24
|
|
2283
|
+
DA:108,24
|
|
2284
|
+
DA:109,18
|
|
2285
|
+
DA:112,6
|
|
2286
|
+
DA:113,6
|
|
2287
|
+
DA:114,6
|
|
2288
|
+
DA:115,5
|
|
2289
|
+
DA:117,1
|
|
2290
|
+
DA:127,24
|
|
2291
|
+
DA:128,24
|
|
2292
|
+
DA:129,24
|
|
2293
|
+
DA:131,24
|
|
2294
|
+
DA:134,24
|
|
2295
|
+
DA:147,24
|
|
2296
|
+
DA:148,24
|
|
2297
|
+
DA:149,24
|
|
2298
|
+
DA:150,9
|
|
2299
|
+
DA:151,9
|
|
2300
|
+
DA:152,36
|
|
2301
|
+
DA:153,36
|
|
2302
|
+
DA:154,36
|
|
2303
|
+
DA:155,22
|
|
2304
|
+
DA:156,22
|
|
2305
|
+
DA:160,24
|
|
2306
|
+
LF:50
|
|
2307
|
+
LH:50
|
|
2308
|
+
BRDA:91,0,0,26
|
|
2309
|
+
BRDA:91,0,1,1
|
|
2310
|
+
BRDA:94,1,0,24
|
|
2311
|
+
BRDA:94,1,1,3
|
|
2312
|
+
BRDA:108,2,0,18
|
|
2313
|
+
BRDA:108,2,1,6
|
|
2314
|
+
BRDA:112,3,0,6
|
|
2315
|
+
BRDA:112,3,1,6
|
|
2316
|
+
BRDA:114,4,0,5
|
|
2317
|
+
BRDA:114,4,1,1
|
|
2318
|
+
BRDA:131,5,0,22
|
|
2319
|
+
BRDA:131,5,1,2
|
|
2320
|
+
BRDA:138,6,0,24
|
|
2321
|
+
BRDA:138,6,1,1
|
|
2322
|
+
BRDA:149,7,0,9
|
|
2323
|
+
BRDA:149,7,1,15
|
|
2324
|
+
BRDA:154,8,0,22
|
|
2325
|
+
BRDA:154,8,1,14
|
|
2326
|
+
BRDA:154,9,0,36
|
|
2327
|
+
BRDA:154,9,1,22
|
|
2328
|
+
BRF:20
|
|
2329
|
+
BRH:20
|
|
2330
|
+
end_of_record
|
|
2331
|
+
TN:
|
|
2332
|
+
SF:src/logger/logger.model.ts
|
|
2333
|
+
FNF:0
|
|
2334
|
+
FNH:0
|
|
2335
|
+
DA:4,32
|
|
2336
|
+
DA:5,32
|
|
2337
|
+
DA:11,32
|
|
2338
|
+
DA:21,32
|
|
2339
|
+
DA:24,32
|
|
2340
|
+
DA:38,32
|
|
2341
|
+
DA:64,32
|
|
2342
|
+
DA:65,32
|
|
2343
|
+
DA:100,32
|
|
2344
|
+
DA:124,32
|
|
2345
|
+
DA:171,32
|
|
2346
|
+
LF:11
|
|
2347
|
+
LH:11
|
|
2348
|
+
BRF:0
|
|
2349
|
+
BRH:0
|
|
2350
|
+
end_of_record
|
|
2351
|
+
TN:
|
|
2352
|
+
SF:src/logger/logger.utils.ts
|
|
2353
|
+
FN:28,sanitizeHeaders
|
|
2354
|
+
FN:29,(anonymous_1)
|
|
2355
|
+
FN:30,(anonymous_2)
|
|
2356
|
+
FN:40,getZodCheckDef
|
|
2357
|
+
FN:54,truncateList
|
|
2358
|
+
FN:60,truncateEntries
|
|
2359
|
+
FN:74,sanitizeError
|
|
2360
|
+
FN:98,sanitizeRequest
|
|
2361
|
+
FN:114,sanitizeResponse
|
|
2362
|
+
FN:127,sanitizeCollection
|
|
2363
|
+
FN:138,(anonymous_10)
|
|
2364
|
+
FN:146,(anonymous_11)
|
|
2365
|
+
FN:154,(anonymous_12)
|
|
2366
|
+
FN:159,sanitizeObject
|
|
2367
|
+
FN:167,(anonymous_14)
|
|
2368
|
+
FN:174,sanitizePrimitive
|
|
2369
|
+
FN:198,sanitizeMetadata
|
|
2370
|
+
FN:208,(anonymous_17)
|
|
2371
|
+
FN:211,sanitize
|
|
2372
|
+
FN:247,adjustContextLoggerMetadata
|
|
2373
|
+
FNF:20
|
|
2374
|
+
FNH:20
|
|
2375
|
+
FNDA:84,sanitizeHeaders
|
|
2376
|
+
FNDA:294,(anonymous_1)
|
|
2377
|
+
FNDA:714,(anonymous_2)
|
|
2378
|
+
FNDA:925,getZodCheckDef
|
|
2379
|
+
FNDA:126,truncateList
|
|
2380
|
+
FNDA:334,truncateEntries
|
|
2381
|
+
FNDA:78,sanitizeError
|
|
2382
|
+
FNDA:52,sanitizeRequest
|
|
2383
|
+
FNDA:52,sanitizeResponse
|
|
2384
|
+
FNDA:303,sanitizeCollection
|
|
2385
|
+
FNDA:2227,(anonymous_10)
|
|
2386
|
+
FNDA:2182,(anonymous_11)
|
|
2387
|
+
FNDA:2223,(anonymous_12)
|
|
2388
|
+
FNDA:406,sanitizeObject
|
|
2389
|
+
FNDA:3641,(anonymous_14)
|
|
2390
|
+
FNDA:10447,sanitizePrimitive
|
|
2391
|
+
FNDA:48,sanitizeMetadata
|
|
2392
|
+
FNDA:10347,(anonymous_17)
|
|
2393
|
+
FNDA:10447,sanitize
|
|
2394
|
+
FNDA:5,adjustContextLoggerMetadata
|
|
2395
|
+
DA:1,29
|
|
2396
|
+
DA:3,29
|
|
2397
|
+
DA:4,29
|
|
2398
|
+
DA:5,29
|
|
2399
|
+
DA:14,29
|
|
2400
|
+
DA:15,29
|
|
2401
|
+
DA:16,29
|
|
2402
|
+
DA:17,29
|
|
2403
|
+
DA:18,29
|
|
2404
|
+
DA:29,84
|
|
2405
|
+
DA:30,714
|
|
2406
|
+
DA:31,126
|
|
2407
|
+
DA:33,168
|
|
2408
|
+
DA:35,294
|
|
2409
|
+
DA:41,925
|
|
2410
|
+
DA:42,925
|
|
2411
|
+
DA:43,4
|
|
2412
|
+
DA:45,921
|
|
2413
|
+
DA:55,126
|
|
2414
|
+
DA:61,334
|
|
2415
|
+
DA:62,9
|
|
2416
|
+
DA:71,325
|
|
2417
|
+
DA:75,78
|
|
2418
|
+
DA:76,24
|
|
2419
|
+
DA:78,54
|
|
2420
|
+
DA:79,54
|
|
2421
|
+
DA:80,54
|
|
2422
|
+
DA:99,52
|
|
2423
|
+
DA:100,10
|
|
2424
|
+
DA:102,42
|
|
2425
|
+
DA:103,42
|
|
2426
|
+
DA:104,42
|
|
2427
|
+
DA:115,52
|
|
2428
|
+
DA:116,10
|
|
2429
|
+
DA:118,42
|
|
2430
|
+
DA:119,42
|
|
2431
|
+
DA:120,42
|
|
2432
|
+
DA:132,303
|
|
2433
|
+
DA:134,303
|
|
2434
|
+
DA:135,105
|
|
2435
|
+
DA:136,89
|
|
2436
|
+
DA:137,64
|
|
2437
|
+
DA:138,2227
|
|
2438
|
+
DA:143,198
|
|
2439
|
+
DA:144,99
|
|
2440
|
+
DA:145,83
|
|
2441
|
+
DA:146,2182
|
|
2442
|
+
DA:147,62
|
|
2443
|
+
DA:151,99
|
|
2444
|
+
DA:152,83
|
|
2445
|
+
DA:153,62
|
|
2446
|
+
DA:154,2223
|
|
2447
|
+
DA:160,406
|
|
2448
|
+
DA:161,406
|
|
2449
|
+
DA:162,313
|
|
2450
|
+
DA:163,292
|
|
2451
|
+
DA:165,272
|
|
2452
|
+
DA:166,272
|
|
2453
|
+
DA:167,3641
|
|
2454
|
+
DA:170,272
|
|
2455
|
+
DA:171,272
|
|
2456
|
+
DA:175,10447
|
|
2457
|
+
DA:176,4845
|
|
2458
|
+
DA:178,5602
|
|
2459
|
+
DA:179,4525
|
|
2460
|
+
DA:181,1077
|
|
2461
|
+
DA:182,26
|
|
2462
|
+
DA:184,1051
|
|
2463
|
+
DA:185,26
|
|
2464
|
+
DA:187,1025
|
|
2465
|
+
DA:188,26
|
|
2466
|
+
DA:190,999
|
|
2467
|
+
DA:191,26
|
|
2468
|
+
DA:193,973
|
|
2469
|
+
DA:196,29
|
|
2470
|
+
DA:198,29
|
|
2471
|
+
DA:199,48
|
|
2472
|
+
DA:208,10347
|
|
2473
|
+
DA:212,10447
|
|
2474
|
+
DA:213,10447
|
|
2475
|
+
DA:214,9474
|
|
2476
|
+
DA:217,973
|
|
2477
|
+
DA:218,48
|
|
2478
|
+
DA:220,925
|
|
2479
|
+
DA:221,925
|
|
2480
|
+
DA:222,4
|
|
2481
|
+
DA:225,921
|
|
2482
|
+
DA:226,303
|
|
2483
|
+
DA:228,618
|
|
2484
|
+
DA:229,78
|
|
2485
|
+
DA:231,540
|
|
2486
|
+
DA:232,52
|
|
2487
|
+
DA:234,488
|
|
2488
|
+
DA:235,52
|
|
2489
|
+
DA:237,436
|
|
2490
|
+
DA:238,406
|
|
2491
|
+
DA:241,30
|
|
2492
|
+
DA:244,48
|
|
2493
|
+
DA:247,29
|
|
2494
|
+
DA:248,5
|
|
2495
|
+
DA:249,5
|
|
2496
|
+
DA:250,3
|
|
2497
|
+
DA:252,2
|
|
2498
|
+
DA:253,2
|
|
2499
|
+
DA:255,2
|
|
2500
|
+
DA:256,4
|
|
2501
|
+
DA:257,4
|
|
2502
|
+
DA:263,2
|
|
2503
|
+
LF:108
|
|
2504
|
+
LH:108
|
|
2505
|
+
BRDA:30,0,0,126
|
|
2506
|
+
BRDA:30,0,1,168
|
|
2507
|
+
BRDA:42,1,0,4
|
|
2508
|
+
BRDA:42,1,1,921
|
|
2509
|
+
BRDA:42,2,0,925
|
|
2510
|
+
BRDA:42,2,1,4
|
|
2511
|
+
BRDA:42,2,2,4
|
|
2512
|
+
BRDA:42,2,3,4
|
|
2513
|
+
BRDA:55,3,0,40
|
|
2514
|
+
BRDA:55,3,1,86
|
|
2515
|
+
BRDA:61,4,0,9
|
|
2516
|
+
BRDA:61,4,1,325
|
|
2517
|
+
BRDA:75,5,0,24
|
|
2518
|
+
BRDA:75,5,1,54
|
|
2519
|
+
BRDA:83,6,0,51
|
|
2520
|
+
BRDA:83,6,1,3
|
|
2521
|
+
BRDA:86,7,0,47
|
|
2522
|
+
BRDA:86,7,1,4
|
|
2523
|
+
BRDA:93,8,0,50
|
|
2524
|
+
BRDA:93,8,1,4
|
|
2525
|
+
BRDA:94,9,0,24
|
|
2526
|
+
BRDA:94,9,1,30
|
|
2527
|
+
BRDA:99,10,0,10
|
|
2528
|
+
BRDA:99,10,1,42
|
|
2529
|
+
BRDA:110,11,0,21
|
|
2530
|
+
BRDA:110,11,1,21
|
|
2531
|
+
BRDA:115,12,0,10
|
|
2532
|
+
BRDA:115,12,1,42
|
|
2533
|
+
BRDA:123,13,0,21
|
|
2534
|
+
BRDA:123,13,1,21
|
|
2535
|
+
BRDA:134,14,0,105
|
|
2536
|
+
BRDA:134,14,1,198
|
|
2537
|
+
BRDA:135,15,0,16
|
|
2538
|
+
BRDA:135,15,1,89
|
|
2539
|
+
BRDA:136,16,0,25
|
|
2540
|
+
BRDA:136,16,1,64
|
|
2541
|
+
BRDA:143,17,0,99
|
|
2542
|
+
BRDA:143,17,1,99
|
|
2543
|
+
BRDA:144,18,0,16
|
|
2544
|
+
BRDA:144,18,1,83
|
|
2545
|
+
BRDA:145,19,0,21
|
|
2546
|
+
BRDA:145,19,1,62
|
|
2547
|
+
BRDA:151,20,0,16
|
|
2548
|
+
BRDA:151,20,1,83
|
|
2549
|
+
BRDA:152,21,0,21
|
|
2550
|
+
BRDA:152,21,1,62
|
|
2551
|
+
BRDA:161,22,0,93
|
|
2552
|
+
BRDA:161,22,1,313
|
|
2553
|
+
BRDA:162,23,0,21
|
|
2554
|
+
BRDA:162,23,1,292
|
|
2555
|
+
BRDA:163,24,0,20
|
|
2556
|
+
BRDA:163,24,1,272
|
|
2557
|
+
BRDA:175,25,0,4845
|
|
2558
|
+
BRDA:175,25,1,5602
|
|
2559
|
+
BRDA:175,26,0,10447
|
|
2560
|
+
BRDA:175,26,1,10380
|
|
2561
|
+
BRDA:175,26,2,10334
|
|
2562
|
+
BRDA:175,26,3,5743
|
|
2563
|
+
BRDA:178,27,0,4525
|
|
2564
|
+
BRDA:178,27,1,1077
|
|
2565
|
+
BRDA:179,28,0,25
|
|
2566
|
+
BRDA:179,28,1,4500
|
|
2567
|
+
BRDA:181,29,0,26
|
|
2568
|
+
BRDA:181,29,1,1051
|
|
2569
|
+
BRDA:184,30,0,26
|
|
2570
|
+
BRDA:184,30,1,1025
|
|
2571
|
+
BRDA:187,31,0,26
|
|
2572
|
+
BRDA:187,31,1,999
|
|
2573
|
+
BRDA:190,32,0,26
|
|
2574
|
+
BRDA:190,32,1,973
|
|
2575
|
+
BRDA:201,33,0,48
|
|
2576
|
+
BRDA:201,33,1,6
|
|
2577
|
+
BRDA:202,34,0,48
|
|
2578
|
+
BRDA:202,34,1,45
|
|
2579
|
+
BRDA:203,35,0,48
|
|
2580
|
+
BRDA:203,35,1,33
|
|
2581
|
+
BRDA:204,36,0,48
|
|
2582
|
+
BRDA:204,36,1,13
|
|
2583
|
+
BRDA:205,37,0,48
|
|
2584
|
+
BRDA:205,37,1,36
|
|
2585
|
+
BRDA:213,38,0,9474
|
|
2586
|
+
BRDA:213,38,1,973
|
|
2587
|
+
BRDA:217,39,0,48
|
|
2588
|
+
BRDA:217,39,1,925
|
|
2589
|
+
BRDA:221,40,0,4
|
|
2590
|
+
BRDA:221,40,1,921
|
|
2591
|
+
BRDA:225,41,0,303
|
|
2592
|
+
BRDA:225,41,1,618
|
|
2593
|
+
BRDA:225,42,0,921
|
|
2594
|
+
BRDA:225,42,1,816
|
|
2595
|
+
BRDA:225,42,2,717
|
|
2596
|
+
BRDA:228,43,0,78
|
|
2597
|
+
BRDA:228,43,1,540
|
|
2598
|
+
BRDA:231,44,0,52
|
|
2599
|
+
BRDA:231,44,1,488
|
|
2600
|
+
BRDA:234,45,0,52
|
|
2601
|
+
BRDA:234,45,1,436
|
|
2602
|
+
BRDA:237,46,0,406
|
|
2603
|
+
BRDA:237,46,1,30
|
|
2604
|
+
BRDA:237,47,0,436
|
|
2605
|
+
BRDA:237,47,1,406
|
|
2606
|
+
BRDA:249,48,0,3
|
|
2607
|
+
BRDA:249,48,1,2
|
|
2608
|
+
BRDA:252,49,0,2
|
|
2609
|
+
BRDA:252,49,1,1
|
|
2610
|
+
BRF:105
|
|
2611
|
+
BRH:105
|
|
2612
|
+
end_of_record
|
|
2613
|
+
TN:
|
|
2614
|
+
SF:src/logger/otel.logger.ts
|
|
2615
|
+
FN:42,(anonymous_4)
|
|
2616
|
+
FN:44,(anonymous_5)
|
|
2617
|
+
FN:64,(anonymous_6)
|
|
2618
|
+
FN:77,(anonymous_7)
|
|
2619
|
+
FNF:4
|
|
2620
|
+
FNH:4
|
|
2621
|
+
FNDA:8,(anonymous_4)
|
|
2622
|
+
FNDA:8,(anonymous_5)
|
|
2623
|
+
FNDA:8,(anonymous_6)
|
|
2624
|
+
FNDA:8,(anonymous_7)
|
|
2625
|
+
DA:1,29
|
|
2626
|
+
DA:2,29
|
|
2627
|
+
DA:3,29
|
|
2628
|
+
DA:4,29
|
|
2629
|
+
DA:5,29
|
|
2630
|
+
DA:7,29
|
|
2631
|
+
DA:38,29
|
|
2632
|
+
DA:41,29
|
|
2633
|
+
DA:42,8
|
|
2634
|
+
DA:45,8
|
|
2635
|
+
DA:47,8
|
|
2636
|
+
DA:48,1
|
|
2637
|
+
DA:54,8
|
|
2638
|
+
DA:55,8
|
|
2639
|
+
DA:65,8
|
|
2640
|
+
DA:66,8
|
|
2641
|
+
DA:67,6
|
|
2642
|
+
DA:68,6
|
|
2643
|
+
DA:69,6
|
|
2644
|
+
DA:70,1
|
|
2645
|
+
DA:71,1
|
|
2646
|
+
DA:72,1
|
|
2647
|
+
DA:78,8
|
|
2648
|
+
DA:79,8
|
|
2649
|
+
DA:80,8
|
|
2650
|
+
LF:25
|
|
2651
|
+
LH:25
|
|
2652
|
+
BRDA:47,0,0,1
|
|
2653
|
+
BRDA:47,0,1,7
|
|
2654
|
+
BRDA:66,1,0,6
|
|
2655
|
+
BRDA:66,1,1,2
|
|
2656
|
+
BRDA:68,2,0,5
|
|
2657
|
+
BRDA:68,2,1,1
|
|
2658
|
+
BRDA:69,3,0,1
|
|
2659
|
+
BRDA:69,3,1,5
|
|
2660
|
+
BRDA:69,4,0,6
|
|
2661
|
+
BRDA:69,4,1,1
|
|
2662
|
+
BRDA:84,5,0,8
|
|
2663
|
+
BRDA:84,5,1,2
|
|
2664
|
+
BRDA:87,6,0,7
|
|
2665
|
+
BRDA:87,6,1,1
|
|
2666
|
+
BRDA:87,7,0,8
|
|
2667
|
+
BRDA:87,7,1,8
|
|
2668
|
+
BRF:16
|
|
2669
|
+
BRH:16
|
|
2670
|
+
end_of_record
|
|
2671
|
+
TN:
|
|
2672
|
+
SF:src/logger/trie-search.service.ts
|
|
2673
|
+
FN:44,(anonymous_0)
|
|
2674
|
+
FN:57,(anonymous_1)
|
|
2675
|
+
FN:66,(anonymous_2)
|
|
2676
|
+
FN:69,(anonymous_3)
|
|
2677
|
+
FN:84,(anonymous_4)
|
|
2678
|
+
FN:100,(anonymous_5)
|
|
2679
|
+
FN:113,(anonymous_6)
|
|
2680
|
+
FN:128,(anonymous_7)
|
|
2681
|
+
FN:149,(anonymous_8)
|
|
2682
|
+
FN:162,(anonymous_9)
|
|
2683
|
+
FNF:10
|
|
2684
|
+
FNH:10
|
|
2685
|
+
FNDA:18,(anonymous_0)
|
|
2686
|
+
FNDA:3,(anonymous_1)
|
|
2687
|
+
FNDA:8,(anonymous_2)
|
|
2688
|
+
FNDA:1,(anonymous_3)
|
|
2689
|
+
FNDA:15,(anonymous_4)
|
|
2690
|
+
FNDA:2,(anonymous_5)
|
|
2691
|
+
FNDA:36,(anonymous_6)
|
|
2692
|
+
FNDA:56,(anonymous_7)
|
|
2693
|
+
FNDA:31,(anonymous_8)
|
|
2694
|
+
FNDA:5,(anonymous_9)
|
|
2695
|
+
DA:35,55
|
|
2696
|
+
DA:45,18
|
|
2697
|
+
DA:48,18
|
|
2698
|
+
DA:58,3
|
|
2699
|
+
DA:59,3
|
|
2700
|
+
DA:60,2
|
|
2701
|
+
DA:62,1
|
|
2702
|
+
DA:67,8
|
|
2703
|
+
DA:68,8
|
|
2704
|
+
DA:69,8
|
|
2705
|
+
DA:70,8
|
|
2706
|
+
DA:71,6
|
|
2707
|
+
DA:72,6
|
|
2708
|
+
DA:73,6
|
|
2709
|
+
DA:75,8
|
|
2710
|
+
DA:85,15
|
|
2711
|
+
DA:86,15
|
|
2712
|
+
DA:87,15
|
|
2713
|
+
DA:88,5
|
|
2714
|
+
DA:89,5
|
|
2715
|
+
DA:91,15
|
|
2716
|
+
DA:101,2
|
|
2717
|
+
DA:102,2
|
|
2718
|
+
DA:103,1
|
|
2719
|
+
DA:114,36
|
|
2720
|
+
DA:116,36
|
|
2721
|
+
DA:117,31
|
|
2722
|
+
DA:118,31
|
|
2723
|
+
DA:119,31
|
|
2724
|
+
DA:121,5
|
|
2725
|
+
DA:122,3
|
|
2726
|
+
DA:124,5
|
|
2727
|
+
DA:129,56
|
|
2728
|
+
DA:130,56
|
|
2729
|
+
DA:131,56
|
|
2730
|
+
DA:133,56
|
|
2731
|
+
DA:134,103
|
|
2732
|
+
DA:135,34
|
|
2733
|
+
DA:137,69
|
|
2734
|
+
DA:138,69
|
|
2735
|
+
DA:139,69
|
|
2736
|
+
DA:146,56
|
|
2737
|
+
DA:150,31
|
|
2738
|
+
DA:151,31
|
|
2739
|
+
DA:152,31
|
|
2740
|
+
DA:153,55
|
|
2741
|
+
DA:156,55
|
|
2742
|
+
DA:157,55
|
|
2743
|
+
DA:159,31
|
|
2744
|
+
DA:163,5
|
|
2745
|
+
DA:165,5
|
|
2746
|
+
DA:166,10
|
|
2747
|
+
DA:167,4
|
|
2748
|
+
DA:169,6
|
|
2749
|
+
DA:170,6
|
|
2750
|
+
DA:171,6
|
|
2751
|
+
DA:172,6
|
|
2752
|
+
DA:173,4
|
|
2753
|
+
LF:58
|
|
2754
|
+
LH:58
|
|
2755
|
+
BRDA:59,0,0,2
|
|
2756
|
+
BRDA:59,0,1,1
|
|
2757
|
+
BRDA:59,1,0,3
|
|
2758
|
+
BRDA:59,1,1,1
|
|
2759
|
+
BRDA:67,2,0,6
|
|
2760
|
+
BRDA:67,2,1,2
|
|
2761
|
+
BRDA:72,3,0,4
|
|
2762
|
+
BRDA:72,3,1,2
|
|
2763
|
+
BRDA:85,4,0,15
|
|
2764
|
+
BRDA:85,4,1,1
|
|
2765
|
+
BRDA:87,5,0,20
|
|
2766
|
+
BRDA:87,5,1,5
|
|
2767
|
+
BRDA:102,6,0,1
|
|
2768
|
+
BRDA:102,6,1,1
|
|
2769
|
+
BRDA:116,7,0,31
|
|
2770
|
+
BRDA:116,7,1,5
|
|
2771
|
+
BRDA:118,8,0,11
|
|
2772
|
+
BRDA:118,8,1,20
|
|
2773
|
+
BRDA:118,9,0,31
|
|
2774
|
+
BRDA:118,9,1,11
|
|
2775
|
+
BRDA:121,10,0,3
|
|
2776
|
+
BRDA:121,10,1,2
|
|
2777
|
+
BRDA:129,11,0,54
|
|
2778
|
+
BRDA:129,11,1,2
|
|
2779
|
+
BRDA:134,12,0,34
|
|
2780
|
+
BRDA:134,12,1,69
|
|
2781
|
+
BRDA:138,13,0,39
|
|
2782
|
+
BRDA:138,13,1,30
|
|
2783
|
+
BRDA:150,14,0,25
|
|
2784
|
+
BRDA:150,14,1,6
|
|
2785
|
+
BRDA:166,15,0,4
|
|
2786
|
+
BRDA:166,15,1,6
|
|
2787
|
+
BRDA:166,16,0,10
|
|
2788
|
+
BRDA:166,16,1,10
|
|
2789
|
+
BRDA:172,17,0,4
|
|
2790
|
+
BRDA:172,17,1,2
|
|
2791
|
+
BRF:36
|
|
2792
|
+
BRH:36
|
|
2793
|
+
end_of_record
|
|
2794
|
+
TN:
|
|
2795
|
+
SF:src/platform/azure-platform.ts
|
|
2796
|
+
FN:13,(anonymous_4)
|
|
2797
|
+
FN:22,(anonymous_5)
|
|
2798
|
+
FN:26,(anonymous_6)
|
|
2799
|
+
FN:32,(anonymous_7)
|
|
2800
|
+
FN:36,(anonymous_8)
|
|
2801
|
+
FN:45,(anonymous_9)
|
|
2802
|
+
FN:49,(anonymous_10)
|
|
2803
|
+
FN:53,(anonymous_11)
|
|
2804
|
+
FNF:8
|
|
2805
|
+
FNH:8
|
|
2806
|
+
FNDA:3,(anonymous_4)
|
|
2807
|
+
FNDA:3,(anonymous_5)
|
|
2808
|
+
FNDA:6,(anonymous_6)
|
|
2809
|
+
FNDA:3,(anonymous_7)
|
|
2810
|
+
FNDA:1,(anonymous_8)
|
|
2811
|
+
FNDA:3,(anonymous_9)
|
|
2812
|
+
FNDA:1,(anonymous_10)
|
|
2813
|
+
FNDA:1,(anonymous_11)
|
|
2814
|
+
DA:1,5
|
|
2815
|
+
DA:2,5
|
|
2816
|
+
DA:3,5
|
|
2817
|
+
DA:4,5
|
|
2818
|
+
DA:5,5
|
|
2819
|
+
DA:6,5
|
|
2820
|
+
DA:7,5
|
|
2821
|
+
DA:10,5
|
|
2822
|
+
DA:15,3
|
|
2823
|
+
DA:16,3
|
|
2824
|
+
DA:17,3
|
|
2825
|
+
DA:19,3
|
|
2826
|
+
DA:23,3
|
|
2827
|
+
DA:24,3
|
|
2828
|
+
DA:25,3
|
|
2829
|
+
DA:26,3
|
|
2830
|
+
DA:27,6
|
|
2831
|
+
DA:29,3
|
|
2832
|
+
DA:33,3
|
|
2833
|
+
DA:34,3
|
|
2834
|
+
DA:35,3
|
|
2835
|
+
DA:36,1
|
|
2836
|
+
DA:37,1
|
|
2837
|
+
DA:39,1
|
|
2838
|
+
DA:41,2
|
|
2839
|
+
DA:46,3
|
|
2840
|
+
DA:47,3
|
|
2841
|
+
DA:49,1
|
|
2842
|
+
DA:51,3
|
|
2843
|
+
DA:53,1
|
|
2844
|
+
DA:55,3
|
|
2845
|
+
LF:31
|
|
2846
|
+
LH:31
|
|
2847
|
+
BRDA:35,0,0,1
|
|
2848
|
+
BRDA:35,0,1,2
|
|
2849
|
+
BRF:2
|
|
2850
|
+
BRH:2
|
|
2851
|
+
end_of_record
|
|
2852
|
+
TN:
|
|
2853
|
+
SF:src/platform/index.ts
|
|
2854
|
+
FN:12,(anonymous_4)
|
|
2855
|
+
FN:14,(anonymous_5)
|
|
2856
|
+
FN:17,(anonymous_6)
|
|
2857
|
+
FNF:3
|
|
2858
|
+
FNH:3
|
|
2859
|
+
FNDA:1,(anonymous_4)
|
|
2860
|
+
FNDA:3,(anonymous_5)
|
|
2861
|
+
FNDA:1,(anonymous_6)
|
|
2862
|
+
DA:1,4
|
|
2863
|
+
DA:2,4
|
|
2864
|
+
DA:3,4
|
|
2865
|
+
DA:4,4
|
|
2866
|
+
DA:8,4
|
|
2867
|
+
DA:10,4
|
|
2868
|
+
DA:11,4
|
|
2869
|
+
DA:12,5
|
|
2870
|
+
DA:14,4
|
|
2871
|
+
DA:15,3
|
|
2872
|
+
DA:16,3
|
|
2873
|
+
DA:17,3
|
|
2874
|
+
LF:12
|
|
2875
|
+
LH:12
|
|
2876
|
+
BRF:0
|
|
2877
|
+
BRH:0
|
|
2878
|
+
end_of_record
|
|
2879
|
+
TN:
|
|
2880
|
+
SF:src/platform/register-trigger-handler.factory.ts
|
|
2881
|
+
FN:16,bindRegisterTriggerHandlerFactory
|
|
2882
|
+
FN:20,(anonymous_1)
|
|
2883
|
+
FNF:2
|
|
2884
|
+
FNH:2
|
|
2885
|
+
FNDA:5,bindRegisterTriggerHandlerFactory
|
|
2886
|
+
FNDA:5,(anonymous_1)
|
|
2887
|
+
DA:2,6
|
|
2888
|
+
DA:3,6
|
|
2889
|
+
DA:10,6
|
|
2890
|
+
DA:16,6
|
|
2891
|
+
DA:17,5
|
|
2892
|
+
DA:18,5
|
|
2893
|
+
DA:19,5
|
|
2894
|
+
DA:20,5
|
|
2895
|
+
DA:21,5
|
|
2896
|
+
DA:22,5
|
|
2897
|
+
DA:23,4
|
|
2898
|
+
DA:24,4
|
|
2899
|
+
DA:28,4
|
|
2900
|
+
DA:29,1
|
|
2901
|
+
DA:34,3
|
|
2902
|
+
DA:37,2
|
|
2903
|
+
LF:16
|
|
2904
|
+
LH:16
|
|
2905
|
+
BRDA:28,0,0,1
|
|
2906
|
+
BRDA:28,0,1,3
|
|
2907
|
+
BRF:2
|
|
2908
|
+
BRH:2
|
|
2909
|
+
end_of_record
|
|
2910
|
+
TN:
|
|
2911
|
+
SF:src/platform/startup.service.ts
|
|
2912
|
+
FNF:0
|
|
2913
|
+
FNH:0
|
|
2914
|
+
DA:1,5
|
|
2915
|
+
DA:39,5
|
|
2916
|
+
LF:2
|
|
2917
|
+
LH:2
|
|
2918
|
+
BRF:0
|
|
2919
|
+
BRH:0
|
|
2920
|
+
end_of_record
|
|
2921
|
+
TN:
|
|
2922
|
+
SF:src/platform/system-logger-name.provider.ts
|
|
2923
|
+
FN:7,systemLoggerNameProvider
|
|
2924
|
+
FNF:1
|
|
2925
|
+
FNH:1
|
|
2926
|
+
FNDA:6,systemLoggerNameProvider
|
|
2927
|
+
DA:1,5
|
|
2928
|
+
DA:5,5
|
|
2929
|
+
DA:7,5
|
|
2930
|
+
DA:8,6
|
|
2931
|
+
DA:9,6
|
|
2932
|
+
DA:10,6
|
|
2933
|
+
DA:11,9
|
|
2934
|
+
DA:12,9
|
|
2935
|
+
DA:13,4
|
|
2936
|
+
DA:14,4
|
|
2937
|
+
DA:15,4
|
|
2938
|
+
DA:17,5
|
|
2939
|
+
LF:12
|
|
2940
|
+
LH:12
|
|
2941
|
+
BRDA:8,0,0,6
|
|
2942
|
+
BRDA:8,0,1,1
|
|
2943
|
+
BRDA:12,1,0,4
|
|
2944
|
+
BRDA:12,1,1,5
|
|
2945
|
+
BRDA:14,2,0,4
|
|
2946
|
+
BRDA:14,2,1,3
|
|
2947
|
+
BRDA:14,2,2,2
|
|
2948
|
+
BRF:7
|
|
2949
|
+
BRH:7
|
|
2950
|
+
end_of_record
|
|
2951
|
+
TN:
|
|
2952
|
+
SF:src/security/index.ts
|
|
2953
|
+
FNF:0
|
|
2954
|
+
FNH:0
|
|
2955
|
+
DA:1,15
|
|
2956
|
+
DA:2,15
|
|
2957
|
+
LF:2
|
|
2958
|
+
LH:2
|
|
2959
|
+
BRF:0
|
|
2960
|
+
BRH:0
|
|
2961
|
+
end_of_record
|
|
2962
|
+
TN:
|
|
2963
|
+
SF:src/security/security-context.ts
|
|
2964
|
+
FN:22,(anonymous_4)
|
|
2965
|
+
FN:27,(anonymous_5)
|
|
2966
|
+
FNF:2
|
|
2967
|
+
FNH:2
|
|
2968
|
+
FNDA:2,(anonymous_4)
|
|
2969
|
+
FNDA:2,(anonymous_5)
|
|
2970
|
+
DA:1,16
|
|
2971
|
+
DA:2,16
|
|
2972
|
+
DA:3,16
|
|
2973
|
+
DA:21,16
|
|
2974
|
+
DA:24,2
|
|
2975
|
+
DA:28,2
|
|
2976
|
+
LF:6
|
|
2977
|
+
LH:6
|
|
2978
|
+
BRF:0
|
|
2979
|
+
BRH:0
|
|
2980
|
+
end_of_record
|
|
2981
|
+
TN:
|
|
2982
|
+
SF:src/security/security.model.ts
|
|
2983
|
+
FN:8,(anonymous_0)
|
|
2984
|
+
FNF:1
|
|
2985
|
+
FNH:1
|
|
2986
|
+
FNDA:7,(anonymous_0)
|
|
2987
|
+
DA:1,16
|
|
2988
|
+
DA:2,16
|
|
2989
|
+
DA:7,16
|
|
2990
|
+
DA:9,7
|
|
2991
|
+
DA:44,16
|
|
2992
|
+
LF:5
|
|
2993
|
+
LH:5
|
|
2994
|
+
BRF:0
|
|
2995
|
+
BRH:0
|
|
2996
|
+
end_of_record
|
|
2997
|
+
TN:
|
|
2998
|
+
SF:src/shared/index.ts
|
|
2999
|
+
FN:6,(anonymous_4)
|
|
3000
|
+
FN:8,(anonymous_5)
|
|
3001
|
+
FN:11,(anonymous_6)
|
|
3002
|
+
FN:11,(anonymous_7)
|
|
3003
|
+
FN:13,(anonymous_8)
|
|
3004
|
+
FNF:5
|
|
3005
|
+
FNH:5
|
|
3006
|
+
FNDA:1,(anonymous_4)
|
|
3007
|
+
FNDA:271,(anonymous_5)
|
|
3008
|
+
FNDA:21,(anonymous_6)
|
|
3009
|
+
FNDA:3,(anonymous_7)
|
|
3010
|
+
FNDA:1,(anonymous_8)
|
|
3011
|
+
DA:1,54
|
|
3012
|
+
DA:2,54
|
|
3013
|
+
DA:3,54
|
|
3014
|
+
DA:4,54
|
|
3015
|
+
DA:6,55
|
|
3016
|
+
DA:7,54
|
|
3017
|
+
DA:8,325
|
|
3018
|
+
DA:9,54
|
|
3019
|
+
DA:10,54
|
|
3020
|
+
DA:11,75
|
|
3021
|
+
DA:13,54
|
|
3022
|
+
DA:14,1
|
|
3023
|
+
DA:15,1
|
|
3024
|
+
LF:13
|
|
3025
|
+
LH:13
|
|
3026
|
+
BRF:0
|
|
3027
|
+
BRH:0
|
|
3028
|
+
end_of_record
|
|
3029
|
+
TN:
|
|
3030
|
+
SF:src/shared/ioc-container.utils.ts
|
|
3031
|
+
FN:8,serviceIdentifier
|
|
3032
|
+
FNF:1
|
|
3033
|
+
FNH:1
|
|
3034
|
+
FNDA:439,serviceIdentifier
|
|
3035
|
+
DA:8,57
|
|
3036
|
+
DA:9,439
|
|
3037
|
+
LF:2
|
|
3038
|
+
LH:2
|
|
3039
|
+
BRF:0
|
|
3040
|
+
BRH:0
|
|
3041
|
+
end_of_record
|
|
3042
|
+
TN:
|
|
3043
|
+
SF:src/shared/platform.model.ts
|
|
3044
|
+
FN:22,(anonymous_0)
|
|
3045
|
+
FN:26,(anonymous_1)
|
|
3046
|
+
FN:35,(anonymous_2)
|
|
3047
|
+
FN:48,(anonymous_3)
|
|
3048
|
+
FNF:4
|
|
3049
|
+
FNH:4
|
|
3050
|
+
FNDA:34,(anonymous_0)
|
|
3051
|
+
FNDA:129,(anonymous_1)
|
|
3052
|
+
FNDA:28,(anonymous_2)
|
|
3053
|
+
FNDA:48,(anonymous_3)
|
|
3054
|
+
DA:2,56
|
|
3055
|
+
DA:3,56
|
|
3056
|
+
DA:5,56
|
|
3057
|
+
DA:6,56
|
|
3058
|
+
DA:8,56
|
|
3059
|
+
DA:10,56
|
|
3060
|
+
DA:20,56
|
|
3061
|
+
DA:23,34
|
|
3062
|
+
DA:27,129
|
|
3063
|
+
DA:28,129
|
|
3064
|
+
DA:29,129
|
|
3065
|
+
DA:30,129
|
|
3066
|
+
DA:34,56
|
|
3067
|
+
DA:36,28
|
|
3068
|
+
DA:47,56
|
|
3069
|
+
DA:49,48
|
|
3070
|
+
DA:63,56
|
|
3071
|
+
DA:71,56
|
|
3072
|
+
LF:18
|
|
3073
|
+
LH:18
|
|
3074
|
+
BRF:0
|
|
3075
|
+
BRH:0
|
|
3076
|
+
end_of_record
|
|
3077
|
+
TN:
|
|
3078
|
+
SF:src/shared/trigger-handler-metadata.reader.ts
|
|
3079
|
+
FN:13,(anonymous_1)
|
|
3080
|
+
FNF:1
|
|
3081
|
+
FNH:1
|
|
3082
|
+
FNDA:4,(anonymous_1)
|
|
3083
|
+
DA:1,56
|
|
3084
|
+
DA:2,56
|
|
3085
|
+
DA:9,56
|
|
3086
|
+
DA:12,56
|
|
3087
|
+
DA:14,4
|
|
3088
|
+
DA:15,4
|
|
3089
|
+
DA:16,2
|
|
3090
|
+
DA:25,2
|
|
3091
|
+
LF:8
|
|
3092
|
+
LH:8
|
|
3093
|
+
BRDA:15,0,0,2
|
|
3094
|
+
BRDA:15,0,1,2
|
|
3095
|
+
BRF:2
|
|
3096
|
+
BRH:2
|
|
3097
|
+
end_of_record
|
|
3098
|
+
TN:
|
|
3099
|
+
SF:src/shared/zod-parser-wrapper.ts
|
|
3100
|
+
FN:4,(anonymous_0)
|
|
3101
|
+
FN:11,formatZodErrorIssues
|
|
3102
|
+
FN:24,parseWithZod
|
|
3103
|
+
FN:37,toDotPath
|
|
3104
|
+
FNF:4
|
|
3105
|
+
FNH:4
|
|
3106
|
+
FNDA:9,(anonymous_0)
|
|
3107
|
+
FNDA:9,formatZodErrorIssues
|
|
3108
|
+
FNDA:23,parseWithZod
|
|
3109
|
+
FNDA:14,toDotPath
|
|
3110
|
+
DA:3,55
|
|
3111
|
+
DA:5,9
|
|
3112
|
+
DA:6,9
|
|
3113
|
+
DA:7,9
|
|
3114
|
+
DA:12,9
|
|
3115
|
+
DA:13,9
|
|
3116
|
+
DA:14,14
|
|
3117
|
+
DA:15,14
|
|
3118
|
+
DA:17,9
|
|
3119
|
+
DA:18,1
|
|
3120
|
+
DA:21,9
|
|
3121
|
+
DA:24,55
|
|
3122
|
+
DA:25,23
|
|
3123
|
+
DA:26,23
|
|
3124
|
+
DA:27,14
|
|
3125
|
+
DA:29,9
|
|
3126
|
+
DA:30,9
|
|
3127
|
+
DA:31,9
|
|
3128
|
+
DA:33,9
|
|
3129
|
+
DA:38,14
|
|
3130
|
+
DA:39,14
|
|
3131
|
+
DA:40,13
|
|
3132
|
+
DA:41,11
|
|
3133
|
+
DA:43,7
|
|
3134
|
+
DA:44,7
|
|
3135
|
+
DA:48,14
|
|
3136
|
+
LF:26
|
|
3137
|
+
LH:26
|
|
3138
|
+
BRDA:17,0,0,1
|
|
3139
|
+
BRDA:17,0,1,8
|
|
3140
|
+
BRDA:26,1,0,14
|
|
3141
|
+
BRDA:26,1,1,9
|
|
3142
|
+
BRDA:40,2,0,2
|
|
3143
|
+
BRDA:40,2,1,11
|
|
3144
|
+
BRDA:41,3,0,4
|
|
3145
|
+
BRDA:41,3,1,7
|
|
3146
|
+
BRDA:41,4,0,11
|
|
3147
|
+
BRDA:41,4,1,11
|
|
3148
|
+
BRDA:43,5,0,1
|
|
3149
|
+
BRDA:43,5,1,6
|
|
3150
|
+
BRF:12
|
|
3151
|
+
BRH:12
|
|
3152
|
+
end_of_record
|
|
3153
|
+
TN:
|
|
3154
|
+
SF:src/shared/decorators/decorators.model.ts
|
|
3155
|
+
FNF:0
|
|
3156
|
+
FNH:0
|
|
3157
|
+
DA:1,54
|
|
3158
|
+
DA:17,54
|
|
3159
|
+
LF:2
|
|
3160
|
+
LH:2
|
|
3161
|
+
BRF:0
|
|
3162
|
+
BRH:0
|
|
3163
|
+
end_of_record
|
|
3164
|
+
TN:
|
|
3165
|
+
SF:src/shared/decorators/decorators.ts
|
|
3166
|
+
FN:10,adjustMetadata
|
|
3167
|
+
FN:15,(anonymous_1)
|
|
3168
|
+
FN:27,initializeMetadata
|
|
3169
|
+
FN:39,(anonymous_3)
|
|
3170
|
+
FN:43,getCommonArg
|
|
3171
|
+
FN:79,InvocationCtx
|
|
3172
|
+
FNF:6
|
|
3173
|
+
FNH:6
|
|
3174
|
+
FNDA:16,adjustMetadata
|
|
3175
|
+
FNDA:16,(anonymous_1)
|
|
3176
|
+
FNDA:12,initializeMetadata
|
|
3177
|
+
FNDA:20,(anonymous_3)
|
|
3178
|
+
FNDA:20,getCommonArg
|
|
3179
|
+
FNDA:3,InvocationCtx
|
|
3180
|
+
DA:1,54
|
|
3181
|
+
DA:2,54
|
|
3182
|
+
DA:10,54
|
|
3183
|
+
DA:15,16
|
|
3184
|
+
DA:16,16
|
|
3185
|
+
DA:17,1
|
|
3186
|
+
DA:20,15
|
|
3187
|
+
DA:22,15
|
|
3188
|
+
DA:23,15
|
|
3189
|
+
DA:27,54
|
|
3190
|
+
DA:32,12
|
|
3191
|
+
DA:33,12
|
|
3192
|
+
DA:34,1
|
|
3193
|
+
DA:38,11
|
|
3194
|
+
DA:39,20
|
|
3195
|
+
DA:43,54
|
|
3196
|
+
DA:44,20
|
|
3197
|
+
DA:79,54
|
|
3198
|
+
DA:80,3
|
|
3199
|
+
LF:19
|
|
3200
|
+
LH:19
|
|
3201
|
+
BRDA:16,0,0,1
|
|
3202
|
+
BRDA:16,0,1,15
|
|
3203
|
+
BRDA:20,1,0,15
|
|
3204
|
+
BRDA:20,1,1,9
|
|
3205
|
+
BRDA:33,2,0,1
|
|
3206
|
+
BRDA:33,2,1,11
|
|
3207
|
+
BRF:6
|
|
3208
|
+
BRH:6
|
|
3209
|
+
end_of_record
|
|
3210
|
+
TN:
|
|
3211
|
+
SF:src/shared/decorators/index.ts
|
|
3212
|
+
FNF:0
|
|
3213
|
+
FNH:0
|
|
3214
|
+
DA:1,54
|
|
3215
|
+
DA:2,54
|
|
3216
|
+
LF:2
|
|
3217
|
+
LH:2
|
|
3218
|
+
BRF:0
|
|
3219
|
+
BRH:0
|
|
3220
|
+
end_of_record
|