MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / read

Function read

scripts/i18n.js:211–215  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

209}
210
211function read(options) {
212 const stream = extract(options);
213 process.nextTick(() => stream.end());
214 return stream;
215}
216
217function normalizeTrailingColon(str, sourceStr = '') {
218 if (sourceStr.endsWith(': ') && str.endsWith(':')) {

Callers

nothing calls this directly

Calls 1

extractFunction · 0.85

Tested by

no test coverage detected