()
| 54 | function seedQueue(mod, cands) { mod.enqueueCandidate(cands); } |
| 55 | function genesOnDisk() { try { return JSON.parse(fs.readFileSync(path.join(tmpRoot, '.evolver', 'gep', 'genes.json'), 'utf8')).genes || []; } catch (_) { return []; } } |
| 56 | function convState() { try { return (JSON.parse(fs.readFileSync(path.join(tmpRoot, 'memory', 'distiller_state.json'), 'utf8')).conv_distill) || {}; } catch (_) { return {}; } } |
| 57 | function fullState() { try { return JSON.parse(fs.readFileSync(path.join(tmpRoot, 'memory', 'distiller_state.json'), 'utf8')); } catch (_) { return {}; } } |
| 58 | const C = (over) => Object.assign({ capability: 'publish-feishu-doc', matched: 'lark-cli', snippet: 'used lark-cli to publish a feishu doc, verified', hash: 'h1' }, over); |
| 59 |
no test coverage detected