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

Function cbm_scope_bind_callable_checked

internal/cbm/lsp/scope.c:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool cbm_scope_bind_callable_checked(CBMScope *scope, const char *name, const CBMType *type,
87 const char *callable_qn) {
88 return cbm_scope_bind_value(scope, name, type, callable_qn);
89}
90
91const CBMType* cbm_scope_lookup(const CBMScope* scope, const char* name) {
92 if (!name) {

Callers 1

test_scope.cFile · 0.85

Calls 1

cbm_scope_bind_valueFunction · 0.85

Tested by

no test coverage detected