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

Function cbm_scope_bind

internal/cbm/lsp/scope.c:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void cbm_scope_bind(CBMScope *scope, const char *name, const CBMType *type) {
74 (void)cbm_scope_bind_value(scope, name, type, NULL);
75}
76
77bool cbm_scope_bind_checked(CBMScope *scope, const char *name, const CBMType *type) {
78 return cbm_scope_bind_value(scope, name, type, NULL);

Callers 15

parse_phpdoc_for_paramsFunction · 0.85
bind_phpdoc_varFunction · 0.85
process_assignmentFunction · 0.85
process_foreachFunction · 0.85
process_catchFunction · 0.85
apply_assert_narrowingFunction · 0.85
walk_with_narrowingsFunction · 0.85
process_if_statementFunction · 0.85
bind_typed_parametersFunction · 0.85
process_function_likeFunction · 0.85
py_scope_bindFunction · 0.85
c_process_statementFunction · 0.85

Calls 1

cbm_scope_bind_valueFunction · 0.85

Tested by

no test coverage detected