Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ericsson/CodeCompass
/ functions
Functions
2,174 in github.com/Ericsson/CodeCompass
⨍
Functions
2,174
◇
Types & classes
655
↓ 1 callers
Method
findBuiltins
(config: ParserConfig)
plugins/python/parser/pyparser/pybuiltin.py:13
↓ 1 callers
Method
findNextMatch
Finds a next possible match starting from the lowest position from {@link #_availablePositions}. @parm shiftTerms_ a collection for storing terms tha
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:320
↓ 1 callers
Function
findNodeById
(node: TreeNode, nodeId: string)
webgui-new/src/components/file-manager/file-manager.tsx:80
↓ 1 callers
Function
find_index_file
For given directory path, substitute it to valid index file. Return 0 if index file has been found, -1 if not found. If the file is found, it's stats
webserver/src/mongoose.c:2914
↓ 1 callers
Function
forward_put_data
webserver/src/mongoose.c:3468
↓ 1 callers
Method
freq
()
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:502
↓ 1 callers
Method
fromTermVectorField
Creates an OffsetBasedLineMatcher for a field with term vector offsets. If the index does not contains term vector for the given field then an Illegal
plugins/search/service/search-java/src/cc/search/match/matcher/OffsetBasedLineMatcher.java:168
↓ 1 callers
Function
g
plugins/cpp/test/sources/parser/variable.cpp:4
↓ 1 callers
Function
generateDiagram
(e: MouseEvent)
webgui-new/src/components/diagrams/diagrams.tsx:98
↓ 1 callers
Function
generateLegend
()
webgui-new/src/components/diagrams/diagrams.tsx:144
↓ 1 callers
Method
generateTagsForContext
Generates tags for the given document or loads a previous version if it exists. @param context_ indexer context. @return a tags container. @throws IO
plugins/search/indexer/indexer-java/src/cc/search/indexer/AbstractIndexer.java:290
↓ 1 callers
Method
getAlias
service/lsp/src/lspservice.cpp:189
↓ 1 callers
Method
getAnnotations
(self)
plugins/python/parser/pyparser/asthelper.py:201
↓ 1 callers
Function
getAsHTMLForNode
(nodeId: string)
webgui-new/src/service/cpp-reparse-service.ts:32
↓ 1 callers
Function
getAstHTML
()
webgui-new/src/components/editor-context-menu/editor-context-menu.tsx:97
↓ 1 callers
Method
getAstNodeInfoByPos
plugins/cpp/test/src/servicehelper.cpp:40
↓ 1 callers
Function
getBlameFormatter
* This function returns a line number formatter which is based on the * repository. The line numbers are added blame information.
plugins/git/webgui/js/gitBlame.js:154
↓ 1 callers
Method
getBlobContent
plugins/git/service/src/gitservice.cpp:280
↓ 1 callers
Function
getBlobOidByPath
(repoId: string, hexId: string, path: string)
webgui-new/src/service/git-service.ts:138
↓ 1 callers
Method
getBlobOidByPath
plugins/git/service/src/gitservice.cpp:247
↓ 1 callers
Function
getBuildLog
(fileId: string)
webgui-new/src/service/project-service.ts:117
↓ 1 callers
Method
getByOffset
Returns a tag on the given start offset or null if there is no tag on the specified offset. @param offset_ start offset. @return tag or null if not f
plugins/search/common/src/cc/search/analysis/tags/Tags.java:86
↓ 1 callers
Method
getCallee
service/lsp/src/lspservice.cpp:161
↓ 1 callers
Method
getCaller
service/lsp/src/lspservice.cpp:168
↓ 1 callers
Method
getCallsOfThis
service/lsp/src/lspservice.cpp:154
↓ 1 callers
Function
getChildNodes
(childFiles: FileInfo[])
webgui-new/src/components/file-manager/file-manager.tsx:95
↓ 1 callers
Function
getChildrenOfFile
* Retrieve the children of the given path from the database. */
plugins/cpp_reparse/service/src/databasefilesystem.cpp:46
↓ 1 callers
Method
getClassCollaborationDiagram
plugins/cpp/service/src/diagram.cpp:62
↓ 1 callers
Method
getClassCollaborationLegend
plugins/cpp/service/src/diagram.cpp:465
↓ 1 callers
Method
getClassDiagram
plugins/python/service/src/diagram.cpp:371
↓ 1 callers
Function
getCommit
(repoId: string, hexId: string)
webgui-new/src/service/git-service.ts:150
↓ 1 callers
Function
getCommitDiff
(repoId: string, branch: string, commitId: string)
webgui-new/src/components/revision-control/revision-control.tsx:173
↓ 1 callers
Function
getCommitInfo
(finalCommitId: string)
webgui-new/src/components/codemirror-editor/codemirror-editor.tsx:243
↓ 1 callers
Method
getComponentUsersDiagram
plugins/cpp/service/src/filediagram.cpp:47
↓ 1 callers
Method
getComponentUsersDiagramLegend
plugins/cpp/service/src/filediagram.cpp:77
↓ 1 callers
Method
getContextString
plugins/cpp/model/include/model/cpprecord.h:89
↓ 1 callers
Function
getCppAstNodeInfoByPosition
(fileId: string, line: number, column: number)
webgui-new/src/service/cpp-service.ts:267
↓ 1 callers
Function
getCppFileReferenceCount
(fileId: string, referenceId: number)
webgui-new/src/service/cpp-service.ts:132
↓ 1 callers
Function
getCppFileReferenceTypes
(fileId: string)
webgui-new/src/service/cpp-service.ts:106
↓ 1 callers
Function
getCppFileReferences
(fileId: string, referenceId: number)
webgui-new/src/service/cpp-service.ts:120
↓ 1 callers
Function
getCppReferenceTypes
(astNodeId: string)
webgui-new/src/service/cpp-service.ts:144
↓ 1 callers
Function
getCppReferences
(astNodeId: string, referenceId: number, tags: string[])
webgui-new/src/service/cpp-service.ts:158
↓ 1 callers
Function
getCppSourceText
(astNodeId: string)
webgui-new/src/service/cpp-service.ts:216
↓ 1 callers
Method
getCurrentTokenAsLineMatch
Calculates a line match for the current token in the token stream. @return a line match. @throws IOException
plugins/search/service/search-java/src/cc/search/match/matcher/OffsetBasedLineMatcher.java:84
↓ 1 callers
Method
getDataMember
service/lsp/src/lspservice.cpp:203
↓ 1 callers
Function
getDbDriver
* This function returns the database driver name being used. Currently "pgsql" * or "sqlite" can be returned depending on the build option giving whi
util/include/util/dbutil.h:91
↓ 1 callers
Method
getDbFile
Returns the database file under the given directory. If the second parameter is true then the file is deleted if exits. @param dir_ parent directory
plugins/search/common/src/cc/search/common/SuggestionDatabase.java:105
↓ 1 callers
Method
getDeclaration
service/lsp/src/lspservice.cpp:19
↓ 1 callers
Function
getDefaultArguments
* Tries to get the default header includes from a gcc(like) command and stores * the result into the given vector. * * @param prog_ the gcc like pr
logger/src/ldlogger-tool-gcc.c:133
↓ 1 callers
Method
getDefinition
service/lsp/src/lspservice.cpp:12
↓ 1 callers
Method
getDefs
(self, name: Name)
plugins/python/parser/pyparser/pyreference.py:23
↓ 1 callers
Method
getDetailedClassDiagram
plugins/cpp/service/src/diagram.cpp:255
↓ 1 callers
Method
getDetailedClassLegend
plugins/cpp/service/src/diagram.cpp:431
↓ 1 callers
Method
getDiagram
plugins/python/service/src/pythonservice.cpp:147
↓ 1 callers
Method
getDiagram
plugins/cpp/service/src/cppservice.cpp:1295
↓ 1 callers
Function
getDiagramLegend
(diagramId: number)
webgui-new/src/service/language-service.ts:107
↓ 1 callers
Method
getDiagramLegend
plugins/python/service/src/pythonservice.cpp:185
↓ 1 callers
Function
getDiagramTypes
(astNodeId: string)
webgui-new/src/service/language-service.ts:80
↓ 1 callers
Method
getDiagramTypes
plugins/python/service/src/pythonservice.cpp:114
↓ 1 callers
Method
getDiagramTypes
plugins/cpp/service/src/cppservice.cpp:1087
↓ 1 callers
Method
getDiagramTypes
plugins/cpp_lsp/service/src/cpplspservice.cpp:380
↓ 1 callers
Function
getDocs
()
webgui-new/src/components/editor-context-menu/editor-context-menu.tsx:75
↓ 1 callers
Function
getDocumentation
(astNodeId: string)
webgui-new/src/service/language-service.ts:256
↓ 1 callers
Method
getDummyString
plugins/dummy/service/src/dummyservice.cpp:19
↓ 1 callers
Method
getEdgeAttribute
util/src/graph.cpp:263
↓ 1 callers
Method
getEnumConstants
service/lsp/src/lspservice.cpp:126
↓ 1 callers
Method
getExpansion
service/lsp/src/lspservice.cpp:133
↓ 1 callers
Method
getExternalDependencyDiagram
plugins/cpp/service/src/filediagram.cpp:137
↓ 1 callers
Method
getExternalDependencyDiagramLegend
plugins/cpp/service/src/filediagram.cpp:170
↓ 1 callers
Method
getExternalUsersDiagram
plugins/cpp/service/src/filediagram.cpp:188
↓ 1 callers
Method
getExternalUsersDiagramLegend
plugins/cpp/service/src/filediagram.cpp:213
↓ 1 callers
Method
getFieldNameForTagKind
Maps a Tag.Kind to a document field name. @param kind_ tag kind. @return document field name.
plugins/search/common/src/cc/search/common/IndexFields.java:55
↓ 1 callers
Method
getFile
parser/src/sourcemanager.cpp:162
↓ 1 callers
Function
getFileContent
(fileId: string)
webgui-new/src/service/project-service.ts:69
↓ 1 callers
Function
getFileDiagram
(fileId: string, diagramId: number)
webgui-new/src/service/language-service.ts:54
↓ 1 callers
Method
getFileDiagram
plugins/python/service/src/pythonservice.cpp:225
↓ 1 callers
Function
getFileDiagramLegend
(diagramId: number)
webgui-new/src/service/language-service.ts:67
↓ 1 callers
Method
getFileDiagramLegend
plugins/python/service/src/pythonservice.cpp:252
↓ 1 callers
Function
getFileDiagramTypes
(fileId: string)
webgui-new/src/service/language-service.ts:40
↓ 1 callers
Method
getFileDiagramTypes
plugins/python/service/src/pythonservice.cpp:214
↓ 1 callers
Method
getFileId
@return file db id.
plugins/search/indexer/indexer-java/src/cc/search/indexer/Context.java:38
↓ 1 callers
Method
getFileReferenceCount
plugins/python/service/include/service/pythonservice.h:122
↓ 1 callers
Method
getFileRefs
(self, name: Name)
plugins/python/parser/pyparser/pyreference.py:36
↓ 1 callers
Method
getFileTypes
plugins/cpp/service/src/cppservice.cpp:127
↓ 1 callers
Method
getFiles
parser/include/parser/sourcemanager.h:134
↓ 1 callers
Method
getFilterForSearch
Construct a filter for a search query. @param params_ search parameters. @return a filter or null on no filtering.
plugins/search/service/search-java/src/cc/search/service/app/service/SearchHandler.java:71
↓ 1 callers
Method
getFilterOverlapping
Getter for {@link QueryContext#_filterOverlapping}. @return {@link QueryContext#_filterOverlapping}
plugins/search/service/search-java/src/cc/search/match/QueryContext.java:131
↓ 1 callers
Method
getFormatted
plugins/cpp_reparse/service/src/asthtml.cpp:136
↓ 1 callers
Method
getFriends
service/lsp/src/lspservice.cpp:119
↓ 1 callers
Method
getFunctionCallDiagram
plugins/python/service/src/diagram.cpp:16
↓ 1 callers
Method
getFunctionCallDiagram
plugins/cpp/service/src/diagram.cpp:179
↓ 1 callers
Method
getFunctionCallDiagramLegend
plugins/python/service/src/diagram.cpp:308
↓ 1 callers
Method
getFunctionCallLegend
plugins/cpp/service/src/diagram.cpp:451
↓ 1 callers
Method
getFunctionParam
(self, pos: PosInfo)
plugins/python/parser/pyparser/asthelper.py:93
↓ 1 callers
Method
getFunctionPointerCall
service/lsp/src/lspservice.cpp:182
↓ 1 callers
Method
getFunctionSignatureByPosition
(self, pos: PosInfo)
plugins/python/parser/pyparser/asthelper.py:239
↓ 1 callers
Method
getGenerator
Returns a new/cached tag generator. This method is thread safe. @return a tag generator. @throws IOException
plugins/search/indexer/indexer-java/src/cc/search/analysis/tags/TagGeneratorManager.java:40
↓ 1 callers
Function
getGitBlameInfo
()
webgui-new/src/components/file-context-menu/file-context-menu.tsx:50
↓ 1 callers
Method
getImplements
service/lsp/src/lspservice.cpp:196
↓ 1 callers
Method
getIncludeDependencyDiagram
plugins/cpp/service/src/filediagram.cpp:95
← previous
next →
601–700 of 2,174, ranked by callers