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
↓ 21 callers
Function
assert_has_errors
Assert that there is at least one error-level diagnostic for the given URI.
tests/integration/utils/assertions.py:72
↓ 21 callers
Method
completed
Parse finished; ASTContext is usable but diagnostics may still contain errors.
src/compile/compilation_unit.h:77
↓ 21 callers
Method
lookup_module
src/syntax/dependency_graph.cpp:31
↓ 21 callers
Function
run_request
tests/unit/server/compile_graph_tests.cpp:132
↓ 21 callers
Method
serialize
src/index/tu_index.cpp:373
↓ 21 callers
Function
synthesize_preamble
src/syntax/preamble_synthesis.cpp:254
↓ 20 callers
Method
fn
tests/unit/server/compile_graph_tests.cpp:87
↓ 20 callers
Method
get
src/semantic/selection.h:99
↓ 20 callers
Function
is_preamble_complete
src/syntax/scan.cpp:503
↓ 20 callers
Function
lookup_symbol
Lookup the symbol hash at a given annotation offset in any merged index.
tests/unit/index/index_query_tests.cpp:59
↓ 20 callers
Method
query_context
Send clice/queryContext extension request.
tests/integration/utils/client.py:425
↓ 20 callers
Method
run
src/semantic/semantic_visitor.h:109
↓ 20 callers
Function
scan_dependency_graph
src/syntax/dependency_graph.cpp:812
↓ 19 callers
Function
CreateVector
src/index/serialization.h:48
↓ 19 callers
Method
add
Add a file with an optional content (relative path, auto-prefixed with root()).
tests/unit/test/platform.h:80
↓ 19 callers
Method
assign_worker
tests/unit/server/worker_pool_tests.cpp:73
↓ 19 callers
Method
decompose_location
src/compile/compilation_unit.cpp:30
↓ 19 callers
Method
diagnostics
src/compile/compilation_unit.cpp:235
↓ 19 callers
Function
escaped
Whether \p text contains \p c escaped with a backslash.
tests/unit/support/markup_tests.cpp:23
↓ 19 callers
Function
escaped_none
Whether \p text contains no backslash escapes at all.
tests/unit/support/markup_tests.cpp:28
↓ 19 callers
Method
precise
tests/unit/syntax/module_scan_fixture.h:44
↓ 19 callers
Method
run
tests/unit/index/usr_tests.cpp:55
↓ 18 callers
Function
createTemporaryFile
src/support/filesystem.h:48
↓ 18 callers
Method
edge_count
src/syntax/dependency_graph.cpp:108
↓ 18 callers
Function
list_pch_files
Return all .pch files in the cache directory, sorted.
tests/integration/utils/cache.py:23
↓ 18 callers
Method
path_id
src/index/path_pool.h:33
↓ 18 callers
Function
resolve_include
src/syntax/include_resolver.cpp:102
↓ 18 callers
Method
save
src/index/path_pool.h:26
↓ 18 callers
Method
simulate_crash
tests/unit/server/worker_pool_tests.cpp:101
↓ 18 callers
Function
write_json
Overwrite compile_commands.json under the temp root (without loading it).
tests/unit/command/cdb_diff_tests.cpp:27
↓ 17 callers
Function
build_index
tests/unit/index/tu_index_tests.cpp:22
↓ 17 callers
Method
build_reverse_map
src/syntax/dependency_graph.cpp:129
↓ 17 callers
Method
getBuffer
src/support/filesystem.h:140
↓ 17 callers
Method
has_entry
src/command/command.cpp:528
↓ 17 callers
Function
parse_first
tests/unit/command/argument_parser_tests.cpp:12
↓ 17 callers
Function
tracking_dispatch
tests/unit/server/compile_graph_tests.cpp:39
↓ 16 callers
Function
find_item
tests/unit/feature/code_completion_tests.cpp:37
↓ 16 callers
Method
load
src/command/command.cpp:200
↓ 16 callers
Function
print_type
src/feature/hover.cpp:140
↓ 16 callers
Method
switch_context
Send clice/switchContext extension request.
tests/integration/utils/client.py:444
↓ 15 callers
Method
emit
Invoke all connected handlers synchronously, in connect order.
src/support/signal.h:95
↓ 15 callers
Method
file_count
src/syntax/dependency_graph.cpp:100
↓ 15 callers
Method
hover_at
Send hover request at given position.
tests/integration/utils/client.py:214
↓ 15 callers
Function
identifier_of
src/semantic/ast_utility.cpp:203
↓ 15 callers
Function
modifier_mask
tests/unit/feature/semantic_tokens_tests.cpp:110
↓ 15 callers
Method
parse
src/support/format.h:93
↓ 15 callers
Method
path
src/index/path_pool.h:57
↓ 15 callers
Function
semantic_tokens
src/feature/semantic_tokens.cpp:575
↓ 14 callers
Method
add_remapped_file
src/compile/compilation.h:99
↓ 14 callers
Function
assert_no_anomaly
Assert the session produced zero anomalies (client messages + logs). Runs in every integration test teardown: anomalies are internal clice bu
tests/integration/utils/assertions.py:41
↓ 14 callers
Method
connect
src/support/signal.h:87
↓ 14 callers
Function
contains
tests/unit/command/cdb_diff_tests.cpp:22
↓ 14 callers
Method
content
src/index/merged_index.cpp:953
↓ 14 callers
Method
include_location_id
src/index/include_graph.h:54
↓ 14 callers
Function
pin_cache_to_workspace
Write a clice.toml that pins cache_dir to <workspace>/.clice/.
tests/integration/utils/cache.py:16
↓ 14 callers
Function
read
src/support/filesystem.h:69
↓ 13 callers
Function
add_modifier
src/feature/semantic_tokens.cpp:21
↓ 13 callers
Method
compile_deps
src/server/compiler/compile_graph.cpp:273
↓ 13 callers
Function
detect_completion_context
src/syntax/completion.cpp:12
↓ 13 callers
Method
find_param_info
src/support/doxygen.cpp:34
↓ 13 callers
Method
line_map
Construct a LineMap borrowing from this session's text and line_starts.
src/server/state/session.h:73
↓ 13 callers
Method
mkdir
Create a sub-directory (and any parents).
tests/unit/test/temp_dir.h:56
↓ 13 callers
Method
shutdown
src/support/cache_store.cpp:625
↓ 13 callers
Method
stateful_owned
tests/unit/server/worker_pool_tests.cpp:139
↓ 13 callers
Function
to_kind
src/feature/folding_ranges.cpp:35
↓ 13 callers
Method
wait_for_diagnostics
(self, uri: str)
tests/integration/utils/client.py:178
↓ 12 callers
Function
EXPECT_STRIP
tests/unit/command/command_tests.cpp:26
↓ 12 callers
Method
busy_count
tests/unit/server/worker_pool_tests.cpp:135
↓ 12 callers
Function
extract_search_config
src/command/search_config.cpp:14
↓ 12 callers
Function
find_relations
Find all relations of a given kind for a symbol across all merged indices.
tests/unit/index/index_query_tests.cpp:77
↓ 12 callers
Function
instant_dispatch
tests/unit/server/compile_graph_tests.cpp:33
↓ 12 callers
Method
reload_and_diff
src/command/command.cpp:361
↓ 12 callers
Function
reset
Reset index state between test cases.
tests/unit/index/index_query_tests.cpp:51
↓ 12 callers
Method
resolve_or_warn
src/command/toolchain.cpp:593
↓ 12 callers
Function
run
tests/unit/feature/folding_range_tests.cpp:34
↓ 12 callers
Function
run_utf8
tests/unit/feature/semantic_tokens_tests.cpp:118
↓ 12 callers
Function
send_and_print
src/server/transport/agentic.cpp:17
↓ 12 callers
Method
valid
src/syntax/token.h:74
↓ 12 callers
Function
write
(directory: Path, entries: list[dict])
tests/cdb.py:39
↓ 11 callers
Function
EXPECT_LINK
tests/unit/feature/document_link_tests.cpp:32
↓ 11 callers
Function
EXPECT_RANGE
tests/unit/syntax/lexer_tests.cpp:89
↓ 11 callers
Method
apply_open
src/server/state/session_store.cpp:46
↓ 11 callers
Function
build_and_merge
Build TUIndex from code and merge into ProjectIndex + MergedIndex shards.
tests/unit/index/index_query_tests.cpp:17
↓ 11 callers
Function
build_index
tests/unit/index/merged_index_tests.cpp:19
↓ 11 callers
Method
contains
src/semantic/find_target.h:96
↓ 11 callers
Function
decode_utf8_tokens
tests/unit/feature/semantic_tokens_tests.cpp:40
↓ 11 callers
Method
definition_at
Send go-to-definition request at given position.
tests/integration/utils/client.py:228
↓ 11 callers
Function
document_not_open
Error response for feature requests on files with no open session.
src/server/transport/lsp_client.cpp:40
↓ 11 callers
Function
get_errors
Filter diagnostics to errors only (severity == 1).
tests/integration/utils/assertions.py:57
↓ 11 callers
Function
locations_of
(result)
tests/integration/features/test_index.py:252
↓ 11 callers
Function
make_args
Build compile arguments for a source file, including -resource-dir.
tests/unit/server/worker_test_helpers.h:50
↓ 11 callers
Function
no_deps
A resolve_fn that always returns no dependencies.
tests/unit/server/compile_graph_tests.cpp:15
↓ 11 callers
Method
register_namespace
src/support/cache_store.cpp:277
↓ 11 callers
Method
run
tests/unit/server/worker_pool_tests.cpp:118
↓ 11 callers
Function
run_cli
(executable, host, port, method, **kwargs)
tests/integration/agentic/test_cli.py:12
↓ 11 callers
Function
run_info
Compile the code and compute hover info on the (single) annotated point. The point is either a nameless `$` marker or a named `$(p)` marker, and the e
tests/unit/feature/hover_tests.cpp:224
↓ 11 callers
Function
symbol_kind_name
src/server/transport/agent_client.cpp:28
↓ 11 callers
Function
to_range
src/feature/feature.h:51
↓ 11 callers
Method
to_string_argv
src/command/command.cpp:53
↓ 10 callers
Method
acquire_slot
tests/unit/server/worker_pool_tests.cpp:97
← previous
next →
101–200 of 2,129, ranked by callers