MCPcopy Create free account

hub / github.com/clice-io/clice / functions

Functions2,129 in github.com/clice-io/clice

↓ 10 callersMethodadd_module
tests/unit/test/tester.h:62
↓ 10 callersMethodadvance
src/syntax/lexer.cpp:75
↓ 10 callersMethodcompletion_at
Send completion request at given position.
tests/integration/utils/client.py:305
↓ 10 callersMethodcurrent_context
Send clice/currentContext extension request.
tests/integration/utils/client.py:437
↓ 10 callersMethoddecl
tests/unit/syntax/module_scan_fixture.h:40
↓ 10 callersMethoddocument_links
Send document link request.
tests/integration/utils/client.py:391
↓ 10 callersMethodhas_owner
tests/unit/server/worker_pool_tests.cpp:147
↓ 10 callersMethodis_identifier
src/syntax/token.h:95
↓ 10 callersMethodpop
src/semantic/resolver.cpp:121
↓ 10 callersFunctionremove_all
Recursively remove a directory tree using plain filesystem primitives. Use this instead of llvm::sys::fs::remove_directories: on Windows that is imple
src/support/filesystem.h:94
↓ 10 callersMethodtext
src/syntax/token.h:82
↓ 10 callersMethodtick_cdb
src/server/state/file_tracker.cpp:47
↓ 10 callersMethodtick_workspace
src/server/state/file_tracker.cpp:123
↓ 10 callersFunctiontransform
src/index/serialization.h:64
↓ 9 callersFunctionEXPECT_MACRO
tests/unit/compile/directive_tests.cpp:66
↓ 9 callersMethodadd_code_block
src/support/markup.cpp:529
↓ 9 callersMethodadd_ruler
src/support/markup.cpp:525
↓ 9 callersFunctioncache_root
Return the versioned cache store root for a workspace.
tests/integration/utils/cache.py:11
↓ 9 callersFunctioncanonical_command_hash
src/command/argument_parser.cpp:335
↓ 9 callersFunctioncheck_no_anomaly
Teardown gate: anomalies are internal clice bugs — every test session must end without one. Tests that intentionally trigger anomalies opt out
tests/conftest.py:124
↓ 9 callersMethodcommon_ancestor
src/semantic/selection.cpp:1259
↓ 9 callersFunctionentry
(directory: Path, source: Path, extra_args: list[str] | None = None)
tests/cdb.py:42
↓ 9 callersFunctionevents_of
(client, loop)
tests/integration/features/test_file_tracker.py:52
↓ 9 callersMethodfile_offset
src/compile/compilation_unit.cpp:81
↓ 9 callersMethodfile_path
src/compile/compilation_unit.cpp:85
↓ 9 callersMethodis_eof
src/syntax/token.h:91
↓ 9 callersFunctionis_operational_error
True when a dispatch failure is an expected operational condition rather than clice infrastructure breakage.
src/server/protocol/worker.h:38
↓ 9 callersMethodlow_limit
tests/unit/server/worker_pool_tests.cpp:127
↓ 9 callersMethodpush
Pushes a node onto the ancestor stack. Pairs with pop(). Performs early hit detection for some nodes (on the earlySourceRange).
src/semantic/selection.cpp:975
↓ 9 callersMethodrelease_slot
tests/unit/server/worker_pool_tests.cpp:93
↓ 9 callersFunctionuri_to_path
src/server/compiler/compiler.cpp:275
↓ 8 callersFunctionEXPECT_CON
tests/unit/compile/directive_tests.cpp:59
↓ 8 callersFunctionbuild_and_index
tests/unit/index/project_index_tests.cpp:10
↓ 8 callersMethodcache_key
Compute the cache key for the given file and driver-level arguments.
src/command/toolchain.h:68
↓ 8 callersMethodclose
src/server/state/session_store.cpp:29
↓ 8 callersFunctiondecl_of
src/semantic/ast_utility.cpp:319
↓ 8 callersMethodhas_contribution
src/index/merged_index.cpp:743
↓ 8 callersFunctionlog
src/support/logging.h:130
↓ 8 callersMethodmodule_count
src/syntax/dependency_graph.cpp:104
↓ 8 callersFunctionprefix_files
(workspace)
tests/integration/compilation/test_self_containment.py:17
↓ 8 callersMethodresolve_command
src/server/compiler/context_resolver.cpp:343
↓ 8 callersFunctionrun
tests/unit/feature/document_symbol_tests.cpp:27
↓ 8 callersFunctionto_position
src/feature/feature.h:42
↓ 8 callersFunctiontotal_size
tests/unit/feature/document_symbol_tests.cpp:33
↓ 8 callersFunctionyaml_str
tests/unit/test/tester.h:120
↓ 7 callersFunctionCreateString
src/index/serialization.h:43
↓ 7 callersMethodbegin_store
src/support/cache_store.cpp:355
↓ 7 callersMethodcommit
src/support/cache_store.cpp:376
↓ 7 callersFunctiondedup
Batch effects may name the same file twice (two saves in one batch); execution must see each id once.
src/server/state/invalidator.cpp:28
↓ 7 callersFunctiondefault_visibility
src/command/argument_parser.cpp:365
↓ 7 callersMethodexpansion_location
src/compile/compilation_unit.cpp:163
↓ 7 callersMethodfind_host_sources
src/syntax/dependency_graph.cpp:150
↓ 7 callersMethodforward_query
src/server/compiler/compiler.cpp:928
↓ 7 callersMethodget_includes
src/syntax/dependency_graph.cpp:50
↓ 7 callersMethodhas_unit
src/server/compiler/compile_graph.cpp:393
↓ 7 callersFunctionid_of
path_id that `cdb` assigns to a file under the temp root.
tests/unit/command/cdb_diff_tests.cpp:18
↓ 7 callersMethodlength
src/syntax/token.h:49
↓ 7 callersFunctionload_json
Write JSON to a temp file, load into a CDB, remove the file. Returns the number of entries loaded.
tests/unit/command/command_tests.cpp:451
↓ 7 callersMethodpath_to_uri
(self, filepath: Path)
tests/integration/utils/client.py:98
↓ 7 callersFunctionresolve_dir
src/syntax/include_resolver.cpp:12
↓ 7 callersFunctionrun
tests/unit/compile/directive_tests.cpp:21
↓ 7 callersFunctionscan_precise
src/syntax/scan.cpp:335
↓ 7 callersFunctionselect
tests/unit/index/tu_index_tests.cpp:30
↓ 7 callersFunctionstrip_doxygen_info
src/support/doxygen.cpp:238
↓ 7 callersFunctiontest
tests/data/hover/auto.cpp:125
↓ 7 callersFunctionyaml_block
Render \p text as a YAML block scalar under \p key, indented by \p indent spaces, so that snapshot files stay valid YAML documents.
tests/unit/feature/hover_tests.cpp:101
↓ 6 callersFunctionEXPECT_INCLUDE
tests/unit/compile/directive_tests.cpp:34
↓ 6 callersMethodabort
src/support/cache_store.cpp:477
↓ 6 callersMethodadd_file
tests/unit/syntax/module_scan_fixture.h:36
↓ 6 callersMethodalive_count
tests/unit/server/worker_pool_tests.cpp:131
↓ 6 callersMethodapply_backoff
tests/unit/server/worker_pool_tests.cpp:89
↓ 6 callersFunctionassert_no_errors
Assert that there are no error-level diagnostics for the given URI.
tests/integration/utils/assertions.py:62
↓ 6 callersFunctioncapability_enabled
(capability: object)
tests/integration/features/test_server.py:25
↓ 6 callersFunctionclamped_offset
Clamp a client-supplied position to the document, following LSP semantics: a character beyond the line length defaults to the line end, a line beyond
src/server/compiler/compiler.cpp:92
↓ 6 callersFunctioncompile_only
tests/unit/feature/hover_tests.cpp:216
↓ 6 callersFunctiondeps_changed
src/server/state/workspace.cpp:246
↓ 6 callersFunctiondocument_format
src/feature/formatting.cpp:42
↓ 6 callersMethodfile_content
src/compile/compilation_unit.cpp:118
↓ 6 callersFunctionfill_args
Fill CompilationParams directory and arguments from worker request fields.
src/server/worker/worker_common.h:16
↓ 6 callersFunctionfind_free_port
()
tests/conftest.py:133
↓ 6 callersMethodfind_include_chain
src/syntax/dependency_graph.cpp:180
↓ 6 callersMethodfind_namespace
src/support/cache_store.cpp:196
↓ 6 callersMethodget_all_includes
src/syntax/dependency_graph.cpp:59
↓ 6 callersMethodget_entries
src/command/command.cpp:533
↓ 6 callersMethodget_includers
src/syntax/dependency_graph.cpp:142
↓ 6 callersFunctionhash_file
src/server/state/workspace.cpp:225
↓ 6 callersMethodis_one_of
src/semantic/relation_kind.h:40
↓ 6 callersMethodload_in_memory
src/index/merged_index.cpp:273
↓ 6 callersMethodname
src/syntax/token.h:78
↓ 6 callersMethodpresent
src/feature/hover.cpp:1353
↓ 6 callersFunctionprint_usage
src/clice.cc:73
↓ 6 callersFunctionquery
()
editors/vscode/src/feature/context.ts:324
↓ 6 callersMethodquery_relations
src/server/service/query.cpp:129
↓ 6 callersMethodrank_hosts
src/server/state/workspace.cpp:55
↓ 6 callersFunctionread_bitmap
src/index/serialization.h:79
↓ 6 callersMethodrelease_stateless_slot
src/server/worker/worker_pool.cpp:565
↓ 6 callersMethodremove
src/index/merged_index.cpp:791
↓ 6 callersMethodrender
tests/data/index_features/nav.cpp:13
↓ 6 callersMethodsave_cache
src/server/state/workspace.cpp:378
↓ 6 callersFunctionselect_right
tests/unit/semantic/selection_tests.cpp:223
← previousnext →201–300 of 2,129, ranked by callers