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
__getClasses
(self)
plugins/python/parser/pyparser/asthelper.py:52
↓ 1 callers
Method
__getFileId
(self)
plugins/python/parser/pyparser/pyname.py:128
↓ 1 callers
Method
__getFunctionCalls
(self)
plugins/python/parser/pyparser/asthelper.py:46
↓ 1 callers
Method
__getFunctionSignature
(self, func: ast.FunctionDef)
plugins/python/parser/pyparser/asthelper.py:176
↓ 1 callers
Method
__getFunctions
(self)
plugins/python/parser/pyparser/asthelper.py:49
↓ 1 callers
Method
__getImports
(self)
plugins/python/parser/pyparser/asthelper.py:55
↓ 1 callers
Method
__getNamePosInfo
(self)
plugins/python/parser/pyparser/pyname.py:60
↓ 1 callers
Method
__getNameTypeHint
(self)
plugins/python/parser/pyparser/pyname.py:155
↓ 1 callers
Method
__getParentFunction
(self)
plugins/python/parser/pyparser/pyname.py:139
↓ 1 callers
Method
__lookupFileRefs
(self)
plugins/python/parser/pyparser/pyreference.py:44
↓ 1 callers
Method
__reportMissingDefinition
(self, result: ParseResult)
plugins/python/parser/pyparser/pyname.py:134
↓ 1 callers
Function
accept_conn
webserver/src/mongoose.c:618
↓ 1 callers
Method
accessSession
webserver/include/webserver/session.h:63
↓ 1 callers
Method
addASTHelper
(self, asthelper: ASTHelper)
plugins/python/parser/pyparser/pyname.py:50
↓ 1 callers
Method
addDefs
(self, defs: List['PYName'], result)
plugins/python/parser/pyparser/pyname.py:32
↓ 1 callers
Method
addDirectory
webserver/include/webserver/pluginhandler.h:36
↓ 1 callers
Method
addRefs
(self, refs: List['PYName'])
plugins/python/parser/pyparser/pyname.py:42
↓ 1 callers
Method
advance
(int targetDocId_)
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:522
↓ 1 callers
Method
advance
Advance to the next lowest document id starting from targetDocId_. @param targetDocId_ the lower bound of the next doc id. @return A document match o
plugins/search/service/search-java/src/cc/search/analysis/query/MatchingDocEnum.java:209
↓ 1 callers
Method
appendTagsFromFieldValues
Adds tags the from user provided extra field map (if any). @param field a document field. @param context_ indexer context. @param tags_ tag container
plugins/search/indexer/indexer-java/src/cc/search/indexer/AbstractIndexer.java:320
↓ 1 callers
Function
aquireLock
logger/src/ldlogger-logger.c:135
↓ 1 callers
Method
auth_isCurrentSessionValid
webserver/src/session.cpp:50
↓ 1 callers
Method
auth_isRequiringAuthentication
webserver/src/session.cpp:33
↓ 1 callers
Method
auth_logout
webserver/src/session.cpp:73
↓ 1 callers
Method
auth_usernameAndPassword
webserver/src/session.cpp:60
↓ 1 callers
Method
authenticateUserWithNameAndPassword
webserver/src/sessionmanager.cpp:120
↓ 1 callers
Method
authenticateUsernamePassword
webserver/src/authentication.cpp:154
↓ 1 callers
Method
bar
(self)
plugins/python/test/sources/classes.py:11
↓ 1 callers
Function
base64_encode
webserver/src/mongoose.c:2602
↓ 1 callers
Method
beginRequest
webserver/include/webserver/lsphandler.h:75
↓ 1 callers
Function
bin2str
Stringify binary data. Output buffer must be twice as big as input, because each byte takes 2 bytes in string representation
webserver/src/mongoose.c:3722
↓ 1 callers
Method
buildAll
Builds all suggestion databases.
plugins/search/indexer/indexer-java/src/cc/search/suggestion/DatabaseBuilder.java:54
↓ 1 callers
Function
buildAmbiguousRefPage
* This function builds and displays a modal dialog which contains the given * elements. These elements are clickable so the user can jump to the lo
webgui/scripts/codecompass/astHelper.js:34
↓ 1 callers
Function
buildContextMenu
* This function adds menu items to the given context menu. The menu items * come from the language service which are applicable for the AST node at
webgui/scripts/codecompass/view/component/Text.js:172
↓ 1 callers
Method
buildFileNameDb
Builds the suggester database for the FileName database. @throws IOException on any error.
plugins/search/indexer/indexer-java/src/cc/search/suggestion/DatabaseBuilder.java:73
↓ 1 callers
Function
buildPage
* This function builds the page. It places a BorderContainer in the page * body. This container has a header, an accordion panel and a center modul
webgui/scripts/codecompass/codecompass.js:109
↓ 1 callers
Method
buildSuggestions
plugins/search/indexer/src/indexerprocess.cpp:167
↓ 1 callers
Method
buildSymbolDb
Builds the suggester database for the Symbol database. @throws IOException on any error.
plugins/search/indexer/indexer-java/src/cc/search/suggestion/DatabaseBuilder.java:99
↓ 1 callers
Function
calculateAnnotations
* This function queries the blame information from the server and returns * and array which contains these information. * @return The function r
plugins/git/webgui/js/gitBlame.js:104
↓ 1 callers
Method
calculateMatchScore
Calculates the score of a match. @param match_ list of matching terms. @return match score.
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:373
↓ 1 callers
Method
calculateOriginalKindSet
@return a collection of original kind texts.
plugins/search/common/src/cc/search/analysis/tags/Tags.java:136
↓ 1 callers
Method
calculateScore
Calculates the score of a document match. @param docMatch_ a matching document. @return the score. @throws IOException
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:482
↓ 1 callers
Function
call_request_handler
webserver/src/mongoose.c:2788
↓ 1 callers
Function
call_request_handler_if_data_is_buffered
webserver/src/mongoose.c:3029
↓ 1 callers
Function
callee
plugins/cpp/test/sources/parser/function.cpp:12
↓ 1 callers
Method
checkCTags
Starts or restarts ctags. @throws IOException
plugins/search/indexer/indexer-java/src/cc/search/analysis/tags/SourceTagGenerator.java:60
↓ 1 callers
Function
checkProjectDir
* This function checks the existence of the workspace and project directory * based on the given command line arguments. * @return Whether the proje
parser/src/parser.cpp:102
↓ 1 callers
Function
checkPsqlDatbase
* This function checks the existance of a PostgreSQL database and * optionally creates the database if it doesn't exists. * @return True if the data
util/src/dbutil.cpp:148
↓ 1 callers
Function
check_acl
Verify given socket address against the ACL. Return -1 if ACL is malformed, 0 if address is disallowed, 1 if allowed.
webserver/src/mongoose.c:2093
↓ 1 callers
Function
check_password
Check the user's password, return 1 if OK
webserver/src/mongoose.c:3753
↓ 1 callers
Method
cleanupDatabase
* Maintains and cleans up the database in preparation of incremental parsing. * @return Returns true if the cleanup succeeded, false otherwise.
parser/include/parser/abstractparser.h:38
↓ 1 callers
Method
cleanupWorker
plugins/cpp/parser/src/cppparser.cpp:607
↓ 1 callers
Method
close
()
plugins/search/service/search-java/src/cc/search/match/matcher/MasterMatcherFactory.java:99
↓ 1 callers
Method
close
()
plugins/search/indexer/indexer-java/src/cc/search/indexer/app/Indexer.java:119
↓ 1 callers
Method
close
()
plugins/search/indexer/indexer-java/src/cc/search/analysis/tags/TagGeneratorManager.java:90
↓ 1 callers
Function
collapse
* This function collapses the nodes in the directory hierarchy which have * only one child. Thus selecting a file which is reachable only on one
plugins/metrics/webgui/js/metrics.js:52
↓ 1 callers
Method
collectItems
Collects the unique items from the wrapped iterator.
plugins/search/indexer/indexer-java/src/cc/search/suggestion/UniqueInputIterator.java:63
↓ 1 callers
Method
collectMatch
Collect a match. @param docId_ high level document id (base offset already added to it). @param info_ match informations.
plugins/search/service/search-java/src/cc/search/analysis/query/MatchCollector.java:42
↓ 1 callers
Method
collectTokens
Analyzes the given query and collect the tokens form it. @param queryText_ query text @return tokens in order. @throws IOException
plugins/search/service/search-java/src/cc/search/analysis/log/LogQueryBuilder.java:39
↓ 1 callers
Function
commandLineArguments
parser/src/parser.cpp:29
↓ 1 callers
Function
commandLineArguments
webserver/src/webserver.cpp:25
↓ 1 callers
Method
configure
webserver/include/webserver/pluginhandler.h:73
↓ 1 callers
Function
convertSelectionStringToRange
(selectionString: string)
webgui-new/src/utils/utils.ts:34
↓ 1 callers
Function
convertToThriftType
LibGIT2 v0.28 is supplied by default on Ubuntu 20.04.0 LTS. There was an API break on the macros for Git object types, this function decouples the Thr
plugins/git/service/src/gitservice.cpp:71
↓ 1 callers
Function
convert_uri_to_file_name
Return 1 if real file has been found, 0 otherwise
webserver/src/mongoose.c:2330
↓ 1 callers
Function
createBlameForLine
* This function creates a blame info object for a given blame hunk. This info * object describes the visual representation of the revision control
plugins/git/webgui/js/gitBlame.js:60
↓ 1 callers
Function
createCol
(col)
webgui/scripts/codecompass/view/codeBites.js:70
↓ 1 callers
Function
createConfig
(props: ConfigType)
webgui-new/src/service/config.ts:10
↓ 1 callers
Method
createConfig
Creates a configuration in LogManager config format. @return log configuration.
plugins/search/common/src/cc/search/common/config/LogConfigurator.java:38
↓ 1 callers
Method
createContext
()
plugins/search/indexer/indexer-java/src/cc/search/indexer/AbstractIndexer.java:88
↓ 1 callers
Function
createCppClient
(workspace: string)
webgui-new/src/service/cpp-service.ts:7
↓ 1 callers
Function
createCppReparseClient
(workspace: string)
webgui-new/src/service/cpp-reparse-service.ts:7
↓ 1 callers
Method
createDirectoryWithParents
Creates the given directory with its parents. On any error the method throws an IOException. @param dirPath_ a directory path. @throws IOException on
plugins/search/common/src/cc/search/common/SuggestionDatabase.java:81
↓ 1 callers
Function
createGitClient
(workspace: string)
webgui-new/src/service/git-service.ts:6
↓ 1 callers
Function
createHighlightDecoration
(view: EditorView, highlightPosition: HighlightPosition, highlightColor: string)
webgui-new/src/components/codemirror-editor/codemirror-editor.tsx:83
↓ 1 callers
Function
createIndexes
util/src/dbutil.cpp:440
↓ 1 callers
Function
createJsonCommandString
logger/src/ldlogger-logger.c:16
↓ 1 callers
Function
createMetricsClient
(workspace: string)
webgui-new/src/service/metrics-service.ts:7
↓ 1 callers
Method
createPlugins
parser/src/pluginhandler.cpp:106
↓ 1 callers
Function
createProjectClient
(workspace: string)
webgui-new/src/service/project-service.ts:6
↓ 1 callers
Function
createQueryString
(queryString: string)
webgui-new/src/components/header/header.tsx:150
↓ 1 callers
Function
createRootNode
(elementInfo)
plugins/python/webgui/js/pythonInfoTree.js:123
↓ 1 callers
Function
createRootNode
(elementInfo)
plugins/cpp/webgui/js/cppInfoTree.js:280
↓ 1 callers
Function
createRow
(row)
webgui/scripts/codecompass/view/codeBites.js:63
↓ 1 callers
Function
createSearchClient
(workspace: string)
webgui-new/src/service/search-service.ts:7
↓ 1 callers
Function
createWorkspaceClient
()
webgui-new/src/service/workspace-service.ts:6
↓ 1 callers
Function
create_client
This function initializes the Thrift client and returns the client objects to the API.
plugins/dummy/scripts/client.py:20
↓ 1 callers
Function
deleteCStyleOptions
* This function deallocates the array created by createCStyleOptions() * function. */
util/src/dbutil.cpp:100
↓ 1 callers
Function
deliver_websocket_frame
webserver/src/mongoose.c:2647
↓ 1 callers
Function
do_proxy
webserver/src/mongoose.c:4337
↓ 1 callers
Function
do_ssi_exec
webserver/src/mongoose.c:3936
↓ 1 callers
Function
do_ssi_include
webserver/src/mongoose.c:3890
↓ 1 callers
Function
downloadSVG
()
webgui-new/src/components/diagrams/diagrams.tsx:173
↓ 1 callers
Function
encode
webserver/authenticators/ldap/ldap-cpp/cldap_mod.cpp:449
↓ 1 callers
Function
execvp
logger/src/ldlogger-hooks.c:84
↓ 1 callers
Function
exportDiagramSVG
()
webgui-new/src/components/diagrams/diagrams.tsx:164
↓ 1 callers
Function
fetchGaTrackingCode
()
webgui-new/src/components/cookie-notice/cookie-notice.tsx:35
↓ 1 callers
Method
fillFromLines
Reads al the lines from the input and fills the outer class. @throws IOException
plugins/search/common/src/cc/search/analysis/LineInformations.java:101
↓ 1 callers
Method
filterOverlapping
Filters out the overlapping matches. The returned list may be the given one or a new list. In both cases the given list will be modified. @param matc
plugins/search/service/search-java/src/cc/search/service/app/SearchAppCommon.java:164
↓ 1 callers
Method
findBestMatch
Finds the best match by the matching terms in a document and returns its score. It will also call the result collector (if it is not null). @param ma
plugins/search/service/search-java/src/cc/search/analysis/query/HIPDQuery.java:409
← previous
next →
501–600 of 2,174, ranked by callers