MCPcopy Index your code
hub / github.com/jnMetaCode/superpowers-zh / countBootstrapParts

Function countBootstrapParts

tests/opencode/test-bootstrap-caching.mjs:80–84  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

78}
79
80function countBootstrapParts(output) {
81 return output.messages[0].parts.filter(
82 (part) => part.type === 'text' && part.text.includes('EXTREMELY_IMPORTANT')
83 ).length;
84}
85
86function assertPresentBootstrap(result) {
87 const failures = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected