MCPcopy
hub / github.com/pugjs/pug / read

Function read

packages/pug-parser/test/index.test.js:17–19  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

15}
16
17function read(path) {
18 return fs.readFileSync(__dirname + '/cases/' + path, 'utf8');
19}
20
21testCases.forEach(function(filename) {
22 test(filename, () => {

Callers 1

index.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…