MCPcopy Create free account
hub / github.com/observablehq/framework / visitFiles

Method visitFiles

test/deploy-test.ts:127–129  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

125 }
126
127 *visitFiles(path: string) {
128 yield* visitFiles(path);
129 }
130
131 async stat(path: string) {
132 function overrideTime(s: Stats, date: Date) {

Callers 3

findBuildFilesMethod · 0.80

Calls 1

visitFilesFunction · 0.85

Tested by

no test coverage detected