| 188 | } |
| 189 | |
| 190 | maajs::ValueType ContextImpl::clone() |
| 191 | { |
| 192 | return locate_object(env, MaaContextClone(context)); |
| 193 | } |
| 194 | |
| 195 | void ContextImpl::set_anchor(std::string anchor_name, std::string node_name) |
| 196 | { |
nothing calls this directly
no test coverage detected