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

Function cbm_scope_bind_checked

internal/cbm/lsp/scope.c:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
79}
80
81void cbm_scope_bind_callable(CBMScope *scope, const char *name, const CBMType *type,
82 const char *callable_qn) {

Callers 1

test_scope.cFile · 0.85

Calls 1

cbm_scope_bind_valueFunction · 0.85

Tested by

no test coverage detected