Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
153
function
landNo(item = {}) {
154
return
item.serial_number ?? item.serialNumber ?? pickId(item) ??
"?"
;
155
}
156
157
function
landStatus(item = {}) {
158
const
value = Number(item.status ?? -1);
Callers
4
harvestFarm
Method · 0.85
seedFarm
Method · 0.85
waterFarm
Method · 0.85
manureFarm
Method · 0.85
Calls
1
pickId
Function · 0.85
Tested by
no test coverage detected