MCPcopy Create free account

hub / github.com/JetBrains/qodana-cli / functions

Functions1,503 in github.com/JetBrains/qodana-cli

↓ 2 callersMethodCloneShallow
()
internal/platform/git/testutil.go:202
↓ 2 callersMethodCloudData
()
internal/platform/thirdpartyscan/context.go:183
↓ 2 callersFunctionCreateContext
( cliOptions platformcmd.CliOptions, commonCtx commoncontext.Context, preparedHost startup.PreparedHost, q
internal/core/corescan/create_context.go:30
↓ 2 callersFunctionCreateTarGz
CreateTarGz creates a .tar.gz archive from sourceDir. Files inside the archive are placed under topDir (e.g., "qodana-jbrsdk-25.0.2-linux-x64-b329.72/
internal/foundation/archive/archive.go:249
↓ 2 callersFunctionDecompress
(archivePath string, destPath string)
internal/platform/embed.go:62
↓ 2 callersMethodDisableSanity
()
internal/core/corescan/context.go:162
↓ 2 callersMethodEffectiveConfigurationDir
()
internal/core/corescan/context.go:145
↓ 2 callersFunctionFindProcess
FindProcess using gopsutil to find process by name.
internal/platform/utils/utils.go:199
↓ 2 callersMethodGenerateCodeClimateReport
()
internal/platform/thirdpartyscan/context.go:201
↓ 2 callersFunctionGetBitBucketCommit
GetBitBucketCommit returns the BitBucket commit hash.
internal/platform/qdenv/qdenv.go:300
↓ 2 callersFunctionGetBitBucketJobUrl
()
internal/platform/qdenv/qdenv.go:291
↓ 2 callersFunctionGetBitBucketRepoName
()
internal/platform/qdenv/qdenv.go:313
↓ 2 callersFunctionGetBitBucketRepoOwner
()
internal/platform/qdenv/qdenv.go:309
↓ 2 callersFunctionGetCIName
(ci *cienvironment.CiEnvironment)
internal/platform/qdenv/qdenv.go:185
↓ 2 callersMethodGetCloudTeamsPageUrl
GetCloudTeamsPageUrl returns the team page URL on Qodana Cloud
internal/cloud/cloud.go:26
↓ 2 callersFunctionGetCommonProperties
GetCommonProperties computes common properties for installPlugins and qodana executuion
internal/core/properties.go:89
↓ 2 callersFunctionGetEnvWithDefault
(env string, defaultValue string)
internal/cloud/license.go:188
↓ 2 callersFunctionGetFileSha512
GetFileSha512 computes a SHA-512 hash sum from an existing file.
internal/foundation/hash/hash.go:49
↓ 2 callersMethodGetId
()
internal/platform/tokenloader/token_loader.go:39
↓ 2 callersMethodGetLicensePlan
(token string)
internal/cloud/license.go:235
↓ 2 callersMethodGetMajorVersion
()
internal/platform/thirdpartyscan/context.go:222
↓ 2 callersFunctionGetProductNameFromCode
(code string)
internal/platform/product/product_info.go:181
↓ 2 callersMethodGetProductNameFromCode
()
internal/platform/product/product_info.go:177
↓ 2 callersMethodGetQodanaToken
()
internal/platform/tokenloader/token_loader.go:37
↓ 2 callersFunctionGetScanProperties
GetScanProperties writes key=value `props` to file `f` having later key occurrence win
internal/core/properties.go:122
↓ 2 callersFunctionGetSha512
GetSha512 computes a SHA-512 hash sum for a byte stream.
internal/foundation/hash/hash.go:37
↓ 2 callersFunctionGitAllowFileProtocol
GitAllowFileProtocol allows the use of file:// protocol for the duration of the test.
internal/platform/git/testutil.go:14
↓ 2 callersFunctionGuessProduct
(idePath string, analyzer Analyzer)
internal/platform/product/product_info.go:270
↓ 2 callersMethodId
()
internal/core/corescan/context.go:143
↓ 2 callersFunctionInfoString
InfoString Two newlines at the start are important to lay the output nicely in CLI.
internal/platform/msg/output.go:45
↓ 2 callersFunctionInitCli
InitCli adds all child commands to the root command.
internal/cmd/root.go:130
↓ 2 callersFunctionInteractiveShowReport
InteractiveShowReport prompts to open a report and shows a hint when declined.
internal/platform/commoncontext/common.go:379
↓ 2 callersMethodIs251orNewer
()
internal/platform/product/product_info.go:238
↓ 2 callersMethodIsCommunity
()
internal/platform/thirdpartyscan/context.go:214
↓ 2 callersMethodIsDotNet
()
internal/platform/qdyaml/yaml.go:453
↓ 2 callersMethodIsEAP
()
internal/platform/product/analyzers.go:29
↓ 2 callersMethodIsEAP
()
internal/platform/product/analyzers.go:76
↓ 2 callersMethodIsEAP
()
internal/platform/product/analyzers.go:113
↓ 2 callersMethodIsEmpty
IsEmpty checks whether the .NET configuration is empty or not.
internal/platform/qdyaml/yaml.go:341
↓ 2 callersFunctionIsNugetConfigNeeded
()
internal/platform/nuget/nuget.go:100
↓ 2 callersFunctionIsScopedScenario
(scenario string)
internal/core/corescan/context.go:425
↓ 2 callersFunctionIsStringQuoted
IsStringQuoted checks if a string is already quoted with double quotes.
internal/foundation/str/str.go:47
↓ 2 callersFunctionJoin
Join joins path elements with the OS separator without calling filepath.Clean. Unlike filepath.Join, this preserves symlink/.. semantics. Empty elemen
internal/foundation/fs/relativity.go:70
↓ 2 callersFunctionLog
Log returns the git log of the given repository in the given format.
internal/platform/git/git_legacy.go:40
↓ 2 callersFunctionLogContext
(contextPointer any)
internal/platform/files.go:30
↓ 2 callersMethodLogDir
()
internal/platform/thirdpartyscan/context.go:187
↓ 2 callersMethodMarshalJSON
()
internal/sarif/schema.go:718
↓ 2 callersFunctionMergeSarifReports
(c thirdpartyscan.Context, deviceId string)
internal/platform/sarif.go:53
↓ 2 callersMethodMountInfo
()
internal/platform/thirdpartyscan/context.go:182
↓ 2 callersMethodMountTools
(path string)
internal/platform/third_party_linter.go:24
↓ 2 callersMethodName
()
internal/platform/product/analyzers.go:80
↓ 2 callersFunctionNewBareGitRepo
(t *testing.T)
internal/platform/git/testutil.go:175
↓ 2 callersMethodNewLintersApiClient
(token string)
internal/cloud/endpoints.go:115
↓ 2 callersFunctionNewMockAnalysisRunner
(mockFunc func(hash string, c corescan.Context) (bool, int))
internal/core/system_test.go:38
↓ 2 callersMethodNoStatistics
()
internal/platform/thirdpartyscan/context.go:195
↓ 2 callersMethodParentPrefix
()
internal/platform/product/product_info.go:152
↓ 2 callersFunctionPrintLinterLog
PrintLinterLog prints the linter logs with color, when needed.
internal/platform/msg/output.go:132
↓ 2 callersFunctionPrintProblem
PrintProblem printProblem prints problem with source code or without it.
internal/platform/msg/output.go:194
↓ 2 callersMethodPrintProblems
()
internal/core/corescan/context.go:181
↓ 2 callersMethodPropertiesAndFlags
()
internal/core/corescan/context.go:378
↓ 2 callersFunctionPullImage
PullImage pulls docker image and prints the process.
internal/core/container.go:206
↓ 2 callersMethodQodanaUploadToken
()
internal/core/corescan/context.go:151
↓ 2 callersMethodQodanaYamlConfig
()
internal/platform/thirdpartyscan/context.go:206
↓ 2 callersFunctionReadDistFlavour
ReadDistFlavour returns more specific product code. QDJVM could be packed as QDJVM, QDJVMC, QDAND, QDANDC
internal/platform/product/product_info.go:438
↓ 2 callersMethodReducedScopePath
()
internal/core/corescan/context.go:177
↓ 2 callersFunctionRequestTermination
(proc *os.Process)
internal/foundation/exec/exec_unix.go:10
↓ 2 callersFunctionResetBack
ResetBack aborts the git reset.
internal/platform/git/git.go:96
↓ 2 callersFunctionReverse
Reverse reverses the given string slice in-place and returns it.
internal/foundation/str/str.go:52
↓ 2 callersMethodReversePrAnalysis
()
internal/core/corescan/context.go:178
↓ 2 callersFunctionRevisions
Revisions returns the list of commits of the git repository in chronological order.
internal/platform/git/git.go:270
↓ 2 callersFunctionRunShellRedirectOutput
RunShellRedirectOutput executes a shell command and captures stdout/stderr.
internal/foundation/exec/exec.go:100
↓ 2 callersFunctionSampleRepo
SampleRepo creates a bare repo with two commits tagged v1 and v2. v1 contains file.txt with "content-v1", v2 contains "content-v2".
internal/platform/git/testutil.go:222
↓ 2 callersFunctionSampleRepoWithFakeSubmodule
SampleRepoWithFakeSubmodule creates a repo based on SampleRepoWithSubmodule with an additional orphaned .gitmodules entry for "submodules/fake" that d
internal/platform/git/testutil.go:272
↓ 2 callersFunctionSampleRepoWithOrphanedSubmodule
SampleRepoWithOrphanedSubmodule creates a repo based on SampleRepoWithSubmodule with an additional submodule "submodules/orphaned" in git cache but re
internal/platform/git/testutil.go:295
↓ 2 callersFunctionSelectAnalyzerForPath
SelectAnalyzerForPath gets linter for the given path
internal/platform/commoncontext/common.go:187
↓ 2 callersMethodSendBitBucketInsights
()
internal/core/corescan/context.go:183
↓ 2 callersMethodSendBitBucketInsights
()
internal/platform/thirdpartyscan/context.go:202
↓ 2 callersFunctionSendReport
SendReport sends report to Qodana Cloud.
internal/platform/publisher.go:41
↓ 2 callersFunctionSetQodanaDotNet
SetQodanaDotNet adds the .NET configuration to the qodana.yaml file.
internal/platform/qdyaml/yaml.go:461
↓ 2 callersFunctionSetVersionControlParams
(c thirdpartyscan.Context, deviceId string, finalReport *sarif.Report)
internal/platform/sarif.go:172
↓ 2 callersFunctionSetupLicenseAndProjectHash
(prod product.Product, endpoints *cloud.QdApiEndpoints, token string)
internal/core/startup/license.go:31
↓ 2 callersFunctionShowReport
ShowReport serves the Qodana report
internal/platform/commoncontext/common.go:356
↓ 2 callersMethodShowReport
()
internal/platform/thirdpartyscan/context.go:204
↓ 2 callersMethodShowReportPort
()
internal/core/corescan/context.go:170
↓ 2 callersMethodSkipPull
()
internal/core/corescan/context.go:184
↓ 2 callersFunctionSyncConfigCache
(prod product.Product, confDirPath string, cacheDir string, fromCache bool)
internal/core/startup/prepare.go:242
↓ 2 callersFunctionToCloudVersion
(version string)
internal/cloud/versions.go:56
↓ 2 callersFunctionToJSON
ToJSON returns the JSON representation of the list of contributors.
internal/core/contributors.go:82
↓ 2 callersMethodUnmarshalJSON
(data []byte)
internal/sarif/schema.go:730
↓ 2 callersFunctionUnsetNugetVariables
()
internal/platform/nuget/nuget.go:38
↓ 2 callersFunctionUnsetRubyVariables
()
internal/platform/qdenv/qdenv.go:234
↓ 2 callersFunctionValidateTokenPrintProject
ValidateTokenPrintProject validates given token by requesting linked project name.
internal/platform/tokenloader/token_loader.go:94
↓ 2 callersMethodVolumes
()
internal/core/corescan/context.go:202
↓ 2 callersFunctionWalkZipArchive
WalkZipArchive implements WalkArchive for .zip.
internal/foundation/archive/archive.go:47
↓ 2 callersMethodWriteConfig
WriteConfig writes QodanaYaml to the given path.
internal/platform/qdyaml/yaml.go:135
↓ 2 callersFunctionallCommunityNames
()
internal/core/startup/license.go:101
↓ 2 callersFunctionandroidProjectDefaultXml
(androidSdkPath string)
internal/core/startup/xml.go:116
↓ 2 callersFunctionbuildAnnotation
buildAnnotation builds an annotation to be sent to BitBucket Code Insights
internal/platform/ext_bitbucket.go:144
↓ 2 callersFunctioncanonicalizeOrFallback
(path string)
internal/core/corescan/context.go:415
↓ 2 callersFunctioncheckForPrivateFeed
(fileName string)
internal/platform/nuget/nuget.go:76
← previousnext →401–500 of 1,503, ranked by callers