| 79 | } |
| 80 | |
| 81 | void 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 | |
| 86 | bool cbm_scope_bind_callable_checked(CBMScope *scope, const char *name, const CBMType *type, |
| 87 | const char *callable_qn) { |
no test coverage detected