| 171 | } |
| 172 | |
| 173 | void ckpt_title_product_code(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs) |
| 174 | { |
| 175 | HostTitle title = titleArg(ScriptArgs(Parser, Param, NumArgs, "title_product_code"), 0); |
| 176 | ReturnValue->Val->Pointer = strToRet(title.productCode); |
| 177 | } |
| 178 | |
| 179 | void ckpt_title_is_cart(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs) |
| 180 | { |
nothing calls this directly
no test coverage detected