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

Method landPayload

wxapp/junpinhui.js:345–353  ·  view source on GitHub ↗
(land)

Source from the content-addressed store, hash-verified

343 }
344
345 landPayload(land) {
346 const id = pickId(land);
347 return {
348 id,
349 sorghum_id: id,
350 member_sorghum_id: id,
351 land_id: id,
352 };
353 }
354
355 async harvestFarm(lands) {
356 const candidates = lands.filter(isHarvestable);

Callers 4

harvestFarmMethod · 0.95
seedFarmMethod · 0.95
waterFarmMethod · 0.95
manureFarmMethod · 0.95

Calls 1

pickIdFunction · 0.85

Tested by

no test coverage detected