MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / isPlantable

Function isPlantable

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

Source from the content-addressed store, hash-verified

160}
161
162function isPlantable(item = {}) {
163 return pickId(item) && landStatus(item) === 0;
164}
165
166function isGrowing(item = {}) {
167 const status = landStatus(item);

Callers

nothing calls this directly

Calls 2

pickIdFunction · 0.85
landStatusFunction · 0.85

Tested by

no test coverage detected