MCPcopy Create free account
hub / github.com/RadLikeWhoa/Countable / callback

Function callback

test/test.js:7–13  ·  view source on GitHub ↗
(counter)

Source from the content-addressed store, hash-verified

5 areaContainer, area
6
7 function callback (counter) {
8 paragraphs.innerHTML = counter.paragraphs
9 sentences.innerHTML = counter.sentences
10 words.innerHTML = counter.words
11 characters.innerHTML = counter.characters
12 all.innerHTML = counter.all
13 }
14
15 function check (values) {
16 expect(paragraphs.innerHTML).to.equal(values[0])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…