MCPcopy Index your code
hub / github.com/Famous/engine / handleFile

Function handleFile

scripts/test.js:49–54  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

47}
48
49function handleFile (file) {
50 if (messageStack[0] !== file) {
51 while (characterStack.length) popCharacterStack();
52 messageStack[0] = file;
53 }
54}
55
56test.createStream({objectMode: true}).on('data', function (row) {
57 if (!row.ok) {

Callers 1

test.jsFile · 0.85

Calls 1

popCharacterStackFunction · 0.85

Tested by

no test coverage detected