Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clice-io/clice
/ functions
Functions
2,129 in github.com/clice-io/clice
⨍
Functions
2,129
◇
Types & classes
533
↓ 10 callers
Method
add_module
tests/unit/test/tester.h:62
↓ 10 callers
Method
advance
src/syntax/lexer.cpp:75
↓ 10 callers
Method
completion_at
Send completion request at given position.
tests/integration/utils/client.py:305
↓ 10 callers
Method
current_context
Send clice/currentContext extension request.
tests/integration/utils/client.py:437
↓ 10 callers
Method
decl
tests/unit/syntax/module_scan_fixture.h:40
↓ 10 callers
Method
document_links
Send document link request.
tests/integration/utils/client.py:391
↓ 10 callers
Method
has_owner
tests/unit/server/worker_pool_tests.cpp:147
↓ 10 callers
Method
is_identifier
src/syntax/token.h:95
↓ 10 callers
Method
pop
src/semantic/resolver.cpp:121
↓ 10 callers
Function
remove_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 callers
Method
text
src/syntax/token.h:82
↓ 10 callers
Method
tick_cdb
src/server/state/file_tracker.cpp:47
↓ 10 callers
Method
tick_workspace
src/server/state/file_tracker.cpp:123
↓ 10 callers
Function
transform
src/index/serialization.h:64
↓ 9 callers
Function
EXPECT_MACRO
tests/unit/compile/directive_tests.cpp:66
↓ 9 callers
Method
add_code_block
src/support/markup.cpp:529
↓ 9 callers
Method
add_ruler
src/support/markup.cpp:525
↓ 9 callers
Function
cache_root
Return the versioned cache store root for a workspace.
tests/integration/utils/cache.py:11
↓ 9 callers
Function
canonical_command_hash
src/command/argument_parser.cpp:335
↓ 9 callers
Function
check_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 callers
Method
common_ancestor
src/semantic/selection.cpp:1259
↓ 9 callers
Function
entry
(directory: Path, source: Path, extra_args: list[str] | None = None)
tests/cdb.py:42
↓ 9 callers
Function
events_of
(client, loop)
tests/integration/features/test_file_tracker.py:52
↓ 9 callers
Method
file_offset
src/compile/compilation_unit.cpp:81
↓ 9 callers
Method
file_path
src/compile/compilation_unit.cpp:85
↓ 9 callers
Method
is_eof
src/syntax/token.h:91
↓ 9 callers
Function
is_operational_error
True when a dispatch failure is an expected operational condition rather than clice infrastructure breakage.
src/server/protocol/worker.h:38
↓ 9 callers
Method
low_limit
tests/unit/server/worker_pool_tests.cpp:127
↓ 9 callers
Method
push
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 callers
Method
release_slot
tests/unit/server/worker_pool_tests.cpp:93
↓ 9 callers
Function
uri_to_path
src/server/compiler/compiler.cpp:275
↓ 8 callers
Function
EXPECT_CON
tests/unit/compile/directive_tests.cpp:59
↓ 8 callers
Function
build_and_index
tests/unit/index/project_index_tests.cpp:10
↓ 8 callers
Method
cache_key
Compute the cache key for the given file and driver-level arguments.
src/command/toolchain.h:68
↓ 8 callers
Method
close
src/server/state/session_store.cpp:29
↓ 8 callers
Function
decl_of
src/semantic/ast_utility.cpp:319
↓ 8 callers
Method
has_contribution
src/index/merged_index.cpp:743
↓ 8 callers
Function
log
src/support/logging.h:130
↓ 8 callers
Method
module_count
src/syntax/dependency_graph.cpp:104
↓ 8 callers
Function
prefix_files
(workspace)
tests/integration/compilation/test_self_containment.py:17
↓ 8 callers
Method
resolve_command
src/server/compiler/context_resolver.cpp:343
↓ 8 callers
Function
run
tests/unit/feature/document_symbol_tests.cpp:27
↓ 8 callers
Function
to_position
src/feature/feature.h:42
↓ 8 callers
Function
total_size
tests/unit/feature/document_symbol_tests.cpp:33
↓ 8 callers
Function
yaml_str
tests/unit/test/tester.h:120
↓ 7 callers
Function
CreateString
src/index/serialization.h:43
↓ 7 callers
Method
begin_store
src/support/cache_store.cpp:355
↓ 7 callers
Method
commit
src/support/cache_store.cpp:376
↓ 7 callers
Function
dedup
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 callers
Function
default_visibility
src/command/argument_parser.cpp:365
↓ 7 callers
Method
expansion_location
src/compile/compilation_unit.cpp:163
↓ 7 callers
Method
find_host_sources
src/syntax/dependency_graph.cpp:150
↓ 7 callers
Method
forward_query
src/server/compiler/compiler.cpp:928
↓ 7 callers
Method
get_includes
src/syntax/dependency_graph.cpp:50
↓ 7 callers
Method
has_unit
src/server/compiler/compile_graph.cpp:393
↓ 7 callers
Function
id_of
path_id that `cdb` assigns to a file under the temp root.
tests/unit/command/cdb_diff_tests.cpp:18
↓ 7 callers
Method
length
src/syntax/token.h:49
↓ 7 callers
Function
load_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 callers
Method
path_to_uri
(self, filepath: Path)
tests/integration/utils/client.py:98
↓ 7 callers
Function
resolve_dir
src/syntax/include_resolver.cpp:12
↓ 7 callers
Function
run
tests/unit/compile/directive_tests.cpp:21
↓ 7 callers
Function
scan_precise
src/syntax/scan.cpp:335
↓ 7 callers
Function
select
tests/unit/index/tu_index_tests.cpp:30
↓ 7 callers
Function
strip_doxygen_info
src/support/doxygen.cpp:238
↓ 7 callers
Function
test
tests/data/hover/auto.cpp:125
↓ 7 callers
Function
yaml_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 callers
Function
EXPECT_INCLUDE
tests/unit/compile/directive_tests.cpp:34
↓ 6 callers
Method
abort
src/support/cache_store.cpp:477
↓ 6 callers
Method
add_file
tests/unit/syntax/module_scan_fixture.h:36
↓ 6 callers
Method
alive_count
tests/unit/server/worker_pool_tests.cpp:131
↓ 6 callers
Method
apply_backoff
tests/unit/server/worker_pool_tests.cpp:89
↓ 6 callers
Function
assert_no_errors
Assert that there are no error-level diagnostics for the given URI.
tests/integration/utils/assertions.py:62
↓ 6 callers
Function
capability_enabled
(capability: object)
tests/integration/features/test_server.py:25
↓ 6 callers
Function
clamped_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 callers
Function
compile_only
tests/unit/feature/hover_tests.cpp:216
↓ 6 callers
Function
deps_changed
src/server/state/workspace.cpp:246
↓ 6 callers
Function
document_format
src/feature/formatting.cpp:42
↓ 6 callers
Method
file_content
src/compile/compilation_unit.cpp:118
↓ 6 callers
Function
fill_args
Fill CompilationParams directory and arguments from worker request fields.
src/server/worker/worker_common.h:16
↓ 6 callers
Function
find_free_port
()
tests/conftest.py:133
↓ 6 callers
Method
find_include_chain
src/syntax/dependency_graph.cpp:180
↓ 6 callers
Method
find_namespace
src/support/cache_store.cpp:196
↓ 6 callers
Method
get_all_includes
src/syntax/dependency_graph.cpp:59
↓ 6 callers
Method
get_entries
src/command/command.cpp:533
↓ 6 callers
Method
get_includers
src/syntax/dependency_graph.cpp:142
↓ 6 callers
Function
hash_file
src/server/state/workspace.cpp:225
↓ 6 callers
Method
is_one_of
src/semantic/relation_kind.h:40
↓ 6 callers
Method
load_in_memory
src/index/merged_index.cpp:273
↓ 6 callers
Method
name
src/syntax/token.h:78
↓ 6 callers
Method
present
src/feature/hover.cpp:1353
↓ 6 callers
Function
print_usage
src/clice.cc:73
↓ 6 callers
Function
query
()
editors/vscode/src/feature/context.ts:324
↓ 6 callers
Method
query_relations
src/server/service/query.cpp:129
↓ 6 callers
Method
rank_hosts
src/server/state/workspace.cpp:55
↓ 6 callers
Function
read_bitmap
src/index/serialization.h:79
↓ 6 callers
Method
release_stateless_slot
src/server/worker/worker_pool.cpp:565
↓ 6 callers
Method
remove
src/index/merged_index.cpp:791
↓ 6 callers
Method
render
tests/data/index_features/nav.cpp:13
↓ 6 callers
Method
save_cache
src/server/state/workspace.cpp:378
↓ 6 callers
Function
select_right
tests/unit/semantic/selection_tests.cpp:223
← previous
next →
201–300 of 2,129, ranked by callers