Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
function
isPlantable(item = {}) {
163
return
pickId(item) && landStatus(item) === 0;
164
}
165
166
function
isGrowing(item = {}) {
167
const
status = landStatus(item);
Callers
nothing calls this directly
Calls
2
pickId
Function · 0.85
landStatus
Function · 0.85
Tested by
no test coverage detected