| 75 | } |
| 76 | |
| 77 | bool cbm_scope_bind_checked(CBMScope *scope, const char *name, const CBMType *type) { |
| 78 | return cbm_scope_bind_value(scope, name, type, NULL); |
| 79 | } |
| 80 | |
| 81 | void cbm_scope_bind_callable(CBMScope *scope, const char *name, const CBMType *type, |
| 82 | const char *callable_qn) { |
no test coverage detected