MCPcopy
hub / github.com/aosabook/500lines / blockContents

Function blockContents

blockcode/code/blocks.js:19–22  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

17 }
18
19 function blockContents(block){
20 var container = block.querySelector('.container');
21 return container ? [].slice.call(container.children) : null;
22 }
23
24 function blockValue(block){
25 var input = block.querySelector('input');

Callers 1

blockScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected