MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_scope_bind_callable

Function cbm_scope_bind_callable

internal/cbm/lsp/scope.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void cbm_scope_bind_callable(CBMScope *scope, const char *name, const CBMType *type,
82 const char *callable_qn) {
83 (void)cbm_scope_bind_value(scope, name, type, callable_qn);
84}
85
86bool cbm_scope_bind_callable_checked(CBMScope *scope, const char *name, const CBMType *type,
87 const char *callable_qn) {

Callers 6

py_scope_bind_callableFunction · 0.85
go_scope_bind_valueFunction · 0.85
rust_process_statementFunction · 0.85
cs_process_local_declFunction · 0.85
test_scope.cFile · 0.85

Calls 1

cbm_scope_bind_valueFunction · 0.85

Tested by

no test coverage detected