MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / landNo

Function landNo

wxapp/junpinhui.js:153–155  ·  view source on GitHub ↗
(item = {})

Source from the content-addressed store, hash-verified

151}
152
153function landNo(item = {}) {
154 return item.serial_number ?? item.serialNumber ?? pickId(item) ?? "?";
155}
156
157function landStatus(item = {}) {
158 const value = Number(item.status ?? -1);

Callers 4

harvestFarmMethod · 0.85
seedFarmMethod · 0.85
waterFarmMethod · 0.85
manureFarmMethod · 0.85

Calls 1

pickIdFunction · 0.85

Tested by

no test coverage detected