| 36 | } |
| 37 | |
| 38 | void ImageJobImpl::init_proto(maajs::ObjectType proto, maajs::FunctionType) |
| 39 | { |
| 40 | MAA_BIND_FUNC(proto, "get", ImageJobImpl::get); |
| 41 | } |
| 42 | |
| 43 | maajs::ValueType load_image_job(maajs::EnvType env) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected