| 84 | } |
| 85 | |
| 86 | bool 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 | |
| 91 | const CBMType* cbm_scope_lookup(const CBMScope* scope, const char* name) { |
| 92 | if (!name) { |
no test coverage detected