MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / ckpt_title_product_code

Function ckpt_title_product_code

common/script/checkpoint_api.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void 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
179void ckpt_title_is_cart(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
180{

Callers

nothing calls this directly

Calls 3

titleArgFunction · 0.85
ScriptArgsClass · 0.85
strToRetFunction · 0.85

Tested by

no test coverage detected